Closed gpickin closed 6 years ago
This is a common mvc rewrite. RewriteRule ^.*$ - [NC,L]
This link describes its use, what it means, and does.
https://stackoverflow.com/questions/4350597/apache-rewriterule-dash-as-substitution?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
Using this causes the CONF file to error and stop the engine from loading. I was thinking the condition was bad, but it was actually the rule.
This looks to be fixed :)
This is a common mvc rewrite. RewriteRule ^.*$ - [NC,L]
This link describes its use, what it means, and does.
https://stackoverflow.com/questions/4350597/apache-rewriterule-dash-as-substitution?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
Using this causes the CONF file to error and stop the engine from loading. I was thinking the condition was bad, but it was actually the rule.