bema2004sw/pyrocms/master/.htaccess
<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on RewriteRule modules/(.+)/controllers/(.+).php$ /index.php/$1/$2 [L,R=301] RewriteRule controllers/(.+).php$ /index.php/$1 [L,R=301] #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Files
