404 when running on apache #164
-
I am testing apache2 ubuntu and I get error 404. I have configured the htaccess as recommended but still the error message persists. The same thing happened to me testing the Slim frame and with a method where the base path was defined, it was solved.
What do you do here ? The configuration is as follows:
path: /.htaccess
path: public/.htaccess
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I want to share the solution I found for my problem. If you want to deploy in apache it is recommended to use a virtual host and in production environment a subdomain, so it will work with the base path. Thanks |
Beta Was this translation helpful? Give feedback.
I want to share the solution I found for my problem. If you want to deploy in apache it is recommended to use a virtual host and in production environment a subdomain, so it will work with the base path.
Thanks