Htaccess File

karl/magic-hat/master/.htaccess

REQUEST_FILENAME
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^edit/(.+)$ edit/index.php?group=$1 [QSA]

RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?group=$1 [QSA]
Exit mobile version