pronunciationcenter/pronunciation.center/master/website/.htaccess - Htaccess File

pronunciationcenter/pronunciation.center/master/website/.htaccess

Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_URI} !(public|css|images|js)
RewriteCond %{REQUEST_URI} !(.css|.js|.png|.jpg|.gif|robots.txt|sitemap.xml|.appcache)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache