Go Back   SEO Help | Search Engine Optimzation and Marketing Forums » Search Engine Optimization » SEO

SEO Anything SEO - troubleshooting, hints and tips, general ranking strategy - things to help boost search engine rankings

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-23-2009, 09:09 AM
New Member
 
Join Date: Aug 2009
Posts: 1
zack is on a distinguished road
Default .htaccess help

hey guys I'm new here. I have a little problem about .htaccess. hope you guys can help me out here.

problem is i have a "space" in my URL's. my site is a dynamic site.

Ex: http://www.mysite.com/62/Artistic/Work%20Desk.html turning in to http://www.mysite.com/62/Artistic/Work Desk.html

basically what i want is http://www.mysite.com/62/Artistic/Work-Desk.html

i want to turn this %20 in to a Dash ("-")

here is the code on my .htaccess:

================================================== ===========

# -FrontPage-



IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*



RewriteEngine On

RewriteRule ^graphics/([0-9]+)/(.*)/(.*).html$ ./graphics_download.php?id=$1 [L]

RewriteRule ^graphics/preview/([0-9]+)/(.*)/(.*).html$ ./graphics_preview.php?id=$1 [L]

RewriteRule ^graphics/c/([0-9]+)/(.*).html$ ./graphics_index.php?cat=$1 [L]

RewriteRule ^([0-9]+)/(.*)/(.*).html$ ./download.php?id=$1 [L]

RewriteRule ^preview/([0-9]+)/(.*)/(.*).html$ ./preview.php?id=$1 [L]

RewriteRule ^c/([0-9]+)/(.*).html$ ./index.php?cat=$1 [L]





<Limit GET POST>

order deny,allow

deny from all

allow from all

</Limit>

<Limit PUT DELETE>

order deny,allow

deny from all

</Limit>

================================================== ============

if you can please help me out here. thank you in advance.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Have your Site manually submitted to 1028+ SEO Friendly Web Directories
All times are GMT -5. The time now is 08:12 PM. Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.