MogoCMS/Mogo/master/mogo/.htaccess
<IfModule mod_rewrite.c> Options +FollowSymlinks Options +Indexes RewriteEngine on # if your app is in a subfolder RewriteBase /mogo/ RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?uri=/$1 [NC,L,QSA] </IfModule>
Files
