Go Back   HostGator Peer Support Forums > HostGator Peer Support Forums > Web Hosting Services

Notices

Reply
 
Thread Tools
  #1  
Old 12-22-2007, 11:51 AM
OneManShow's Avatar
OneManShow OneManShow is offline
Junior Croc
 
Join Date: Jul 2007
Location: http://localhost/
Posts: 143
Question .htaccess URL Friendly

hi,
i made a website and want to change the URL from dynamic URL to static html SEO Friendly URL, i google it, and found that it could happen via modifying the .htaccess file, i tried most of the code written on the internet and all of them did not work. So can anyone here help me ?
for example:
the URL now is:
h**p://www.mydomain.com/view.php?id=23
and want the URL to have the id number and the title of the page which is stored in database.
so, i want it to be:
h**p://www.mydomain.com/id_mytitle.html
for example:
h**p://www.mydomain.com/23_mytitle.html

Can anyone here help me? and Thank you in advance.

Last edited by OneManShow; 12-22-2007 at 01:05 PM.
Reply With Quote
  #2  
Old 12-22-2007, 12:44 PM
othellobloke othellobloke is offline
Banned User
 
Join Date: Mar 2006
Location: Kenora, Ontario
Posts: 708
Default Re: .htaccess URL Friendly

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)_$yourtitle\.htm$ /view.php?id=$1

Course, you'll have to modify the script to replace your title with the title variable.
Reply With Quote
  #3  
Old 12-22-2007, 01:02 PM
OneManShow's Avatar
OneManShow OneManShow is offline
Junior Croc
 
Join Date: Jul 2007
Location: http://localhost/
Posts: 143
Default Re: .htaccess URL Friendly

Quote:
Originally Posted by othellobloke View Post
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)_$yourtitle\.htm$ /view.php?id=$1

Course, you'll have to modify the script to replace your title with the title variable.
not working, what the link will be after writing these code in the htaccess file?
will it be
h**p://www.mydomain.com/20_test.htm ??????

Last edited by OneManShow; 12-22-2007 at 01:06 PM.
Reply With Quote
Reply

Bookmarks

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 06:52 AM.