I’d like to install an app to work alongside wordpress so that
All urls go to wordpress and this one goes to my app www.example.com/myapp.
I’me guessing i’ll need to change the .htaccess file/
Thanks you in advance
I’d like to install an app to work alongside wordpress so that
All urls go to wordpress and this one goes to my app www.example.com/myapp.
I’me guessing i’ll need to change the .htaccess file/
Thanks you in advance
You must be logged in to post a comment.
You can install your app in a subdirectory e.g.
myapp/
and make sure to add this rule as the first rule in our wordpress’s.htaccess
file:just create a directory “myapp” in the installation directory of your wordpress installation and put your files in there.