HTACCESS LITTLE HELP !
-
Hy !
My sitemapindex.xml url output error 404 with that htaccess :
## BEGIN WORDPRESS RewriteBase / RewriteCond $1 ^(index\.php)?$ [OR] RewriteCond $1 \.(ico|jpe?g|png|gif|swf|css|js|gz|html|htm|xml)$ [NC,OR] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.*)$ - [S=1] RewriteRule . /index.php [L]
but it work well with the conventional :
RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
Why and how can i keep my custom rules to work with it ?
THANKS A LOT !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTACCESS LITTLE HELP !’ is closed to new replies.