Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help newbie with <IfModule mod_rewrite.c>

Status
Not open for further replies.

mikey2007

Vendor
Jan 24, 2007
2
CA
Hello all,

I did a search on this but couldnt come up with anything.

I installed wordpress onto my existing site and it rewrote my htaccess file, and basically killed my google traffic.

I looked and cant see the problem, should I just hang tough a little longer? any ideas?

thnx in advance


RewriteEngine On
RewriteBase /
#
RewriteCond %{HTTP_HOST} ^mysite\.net [NC]
RewriteRule (.*) [R=301,L]
#
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
 
since I added this to my htaccess file it created the problem, but to me it looks ok, I dont see what could be causing it..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top