dapphp/palantileech/master/.htaccess
RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} /_css/
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Files
