.htaccess, directoryindex, link problem
Hello everybody,
I hope someone here can help me with my .htaccess file. when I add Directoryindex indexx.php and have a link on the indexx.php directing to index.php, that link does not work properly. Instead of redirecting to index.php, the indexx.php is just reloaded. Any suggestion?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
DirectoryIndex indexx.php
</IfModule>
# END WordPress
Kind regards & thanks in advance,
Jonas
|
Recent comments
20 hours 35 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 17 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 11 hours ago
2 days 11 hours ago