wikipoints/public/.htaccess

12 lines
240 B
ApacheConf

AddDefaultCharset utf-8
RewriteEngine On
Redirect 301 /sitemap.xml /index/sitemap
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]