htaccess help
-
Hi, this is my site wordpress site : http://www.irvinebestbuys.com
The links under “Hot tips” is not working and it use to work before. It now display Not FoundThis is what the support at my host sent me
Did you add a Word Press plugin? When I renamed .htaccess to .htaccess.bak the site came up. You will need to take a look at that file and see what is causing the problem.This is what my htaccess files has in it:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
RewriteRule ^(sitemap.*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Please advise. Thank you!
Ethan
-
Please advise.
Always pay attention to what your host askes you, (Did you add in a plugin? You never answer their question) always read a post labeled “Please read me first before posting” and then head over to the correct website:
- The topic ‘htaccess help’ is closed to new replies.