Well I appreciate everyone hurding over here to help me out.
Yet my question remains un-answered.
Where in the .htaccess should I place it? I'm not sure if just placing it at the end might have an affect on it? Or should it be placed at a certain point?
And yes I also have cpanel but for some reason the redirect wasnt working right.
Anyway, would someone mind answering the question?
--------------- Added [DATE]1292129313[/DATE] at [TIME]1292129313[/TIME] ---------------
Quote:
Originally Posted by Weetabix
You only need to use the 'RewriteEngine On' once, and you can stick that extra bit anywhere underneath it. Something like this;
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^fragtoss.com$
RewriteRule (.*) http://www.fragtoss.com$1 [R=301]
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
|
Didn't notice this from my previous post, but anyway, I added the 2 lines where you showed me, but it didn't work. Nothing happened.