Remove the space from SEO Pages
Posted: Wed Feb 17, 2010 1:48 pm
Hi
I want to remove the space from the SEO option and replace with underscore or dash?
What changes in the .htaccess do I need to make?
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
Example:
The category links are now created like: http://dellquality.com/Dell%20Laptops or
http://dellquality.com/Dell Laptops
I want http://dellquality.com/Dell_Laptops or
http://dellquality.com/Dell-Laptops
So i can create a xml sitemap to submit to yahoo and google.
Thanks
Dave
Please do not try and buy anything from the site. The site is NOT up and running - in the test stages - NO real items for sale.
I want to remove the space from the SEO option and replace with underscore or dash?
What changes in the .htaccess do I need to make?
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
Example:
The category links are now created like: http://dellquality.com/Dell%20Laptops or
http://dellquality.com/Dell Laptops
I want http://dellquality.com/Dell_Laptops or
http://dellquality.com/Dell-Laptops
So i can create a xml sitemap to submit to yahoo and google.
Thanks
Dave
Please do not try and buy anything from the site. The site is NOT up and running - in the test stages - NO real items for sale.