CommunityID/.htaccess

7 lines
192 B
ApacheConf
Raw Permalink Normal View History

2019-07-17 20:08:50 +00:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]