I was trying that loco but it wasn't working. I have a .htaccess file in my root and in my forums directory. Here is my current htaccess codes.
Root:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^bluesrockworld.com [NC]
RewriteRule ^(.*)$ http://www.bluesrockworld.com/$1 [L,R=301]
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Forum Directory (for vbseo sitemap):
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
What is needed to 301 the index.php? I was using some code but took it out as it wasn't working.