cesarparent/Asteroid/master/_admin/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !(.css|.js|.png|.jpg|.gif|robots.txt)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?req=$1 [QSA,NC,L] </IfModule>
Files
