cfmlprojects / runwar

Other
11 stars 16 forks source link

RewriteRule ^.*$ - [NC,L] - Hypen not respected #117

Closed gpickin closed 6 years ago

gpickin commented 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.

gpickin commented 6 years ago

This looks to be fixed :)