myunimol/website/master/.htaccess - Htaccess File

myunimol/website/master/.htaccess

RewriteEngine On
# if you installed into subdirectory please fill and decomment next line
# RewriteBase /MyUnimol/
RewriteCond %{REQUEST_FILENAME} !-f
# if you installed into subdirectory please change /index.php into index.php into next line
RewriteRule . /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache