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]
Files
