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>
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>