I changed the .htaccess file and now my site doesn’t work :( Please help !
-
Hello,
I have my site set like this:
root : index.php (which reads)
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Plus I have this .htacess file
# -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName fethiye-guide.com AuthUserFile /home/fetty/public_html/_vti_pvt/service.pwd AuthGroupFile /home/fetty/public_html/_vti_pvt/service.grp <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>
then in directory /blog
I have the same index file and the same .htacess fileI pasted the htaccess code from the permalinks page after selecting my format.
When I now try to open my-website.com I get this message in my browser:
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
I guess this is to do with the mod_rewrites ?
Does anyone know hoe to fix it ?
- The topic ‘I changed the .htaccess file and now my site doesn’t work :( Please help !’ is closed to new replies.