Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
URL's with .htaccess?
Old 09-13-2007, 11:32 AM URL's with .htaccess?
feraira's Avatar
BeTheBand!

Posts: 339
Trades: 0
Hey guys, im wondering how I can go about this. I have URLs which are like:
www.domain.com/script.ext?something_id=3

I want to be able to make it so that the URL turns into something like this:
www.domain.com/script/something/name_of_thing if you understand that?

real world example:
www.hotcasket.com/tutorial.php?tutID=1

turn into

http://hotcasket.com/tutorial/Hello%20world!
feraira is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-13-2007, 04:41 PM Re: URL's with .htaccess?
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
You use mod_rewrite

Code:
RewriteEngine On
RewriteBase /
 
RewriteRule ^PAGE/(.*)/$                 /PAGE.php?id=$1       [NC,L]
RewriteRule ^PAGE/(.*)$                  /PAGE.php?id=$1       [NC,L]
Add this to you .htaccess

and for each page you want to do this on you have to add
Code:
RewriteRule ^PAGE/(.*)/$                 /PAGE.php?id=$1       [NC,L]
RewriteRule ^PAGE/(.*)$                  /PAGE.php?id=$1       [NC,L]
for each page.

Then have your navigation and links pointing to the page/somethign urls

The only real benifit i find about this is Search Engine Friendly.

Hope this helps,
Talkupation Apprieciated
Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to URL's with .htaccess?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34818 seconds with 12 queries