-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.htaccess problem with syntax #3778
Comments
I am using the latest version of Apache as my manual dev server and the |
Hi Paul Basically if I change it back to the original it stops working, wish I could find where the fix came from. Jules |
Basically, the default packaged |
On my cloudways server the current .htaccess file does not work, its a problem with later versions of apache.
Basically when I put this sort of path in /somecontroller/more_path/ it says file not found, if I use index.php in the path it works.
I made the following change
Line 33 "RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA]"
Changed to "RewriteRule . ./index.php [L,NC,QSA]
The whole thing springs to life.
Version 4.04
.htaccess
Context
The text was updated successfully, but these errors were encountered: