11-14-2008, 06:32 PM
|
#1 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
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
|
|
|
|