View Single Post
Old 11-14-2008, 06:32 PM   #1 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default Search Engine Friendly URLs in PHP Without Mod_Rewrite

I wrote a tutorial on how to make nice looking, search engine friendly URLs in PHP without using Mod_Rewrite.

Basically you can make a URL that normally looks like this:

Code:
http://www.yourdomain.com/index.php?page=about&user=Evan&index=2
Look like this:

Code:
http://www.yourdomain.com/index.php/about/Evan/2
Here is the link to the article:
> http://www.evanbot.com/article/fancy...-mod_rewrite/3
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
The Following User Says Thank You to ETbyrne For This Useful Post:
codefreek (11-16-2008)