mod_rewrite with EA4
I'm having the same problem and don't understand the answer...
I'm using Joomla, trying to switch to php 7 via a changeover to EA4. I use a rule to maintain lowercase in .htaccess that broke when I switched to EA4.
RewriteRule (.*) ${lc:$1} [R=301,L]
I don't see mod_rewrite in the list of options for EA4. Even if it was there, any idea why this rule would no longer function?
-
Hello, Mod_Rewrite is compiled by default in EasyApache 4. Could you provide more details about what's broken with your current rules? Are any errors generated, or is it simply not redirecting? You may also want to try a different rule, like the one suggested in this Joomla thread: Need to ignore case in Url - Joomla! Thank you. 0 -
After some testing, I reposted the problem here. 0
Please sign in to leave a comment.
Comments
2 comments