1
0
Fork 0
MySQLDumper/public/.htaccess
DSB 481c4b2f7a Bug fix:
- removed RewriteBase that is not working on all systems 
- re-added explaining comment in .htaccess
2011-09-08 16:43:31 +00:00

8 Zeilen
326 B
ApacheConf

# If you're a developer add the following line to your apache config. Otherwise ignore the line.
# SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]