New plugin loader, page features, API0.2b, Bugfixes
This commit is contained in:
13
.htaccess
Normal file
13
.htaccess
Normal file
@ -0,0 +1,13 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
RewriteRule ^(.*) index.php?pathsec=$1 [QSA]
|
||||
|
||||
php_value display_errors On
|
||||
|
||||
Options -Indexes
|
||||
|
||||
Redirect 301 /sitemap.xml /plugins/sitemap-xml/sitemap.php
|
Reference in New Issue
Block a user