View Single Post
Old 09-06-2008, 04:08 PM   PM User | #5
ess
Regular Coder

 
Join Date: Oct 2006
Location: United Kingdom
Posts: 865
Thanks: 7
Thanked 29 Times in 28 Posts
ess will become famous soon enough
PHP6 well done for doing well in the SEO business. and NO, your previous answer does NOT get anywhere near 0.00001% to my question....and no, I am not going to talk about search engines or what you know about the SEO business.

I am asking how to rewrite urls without using mod_rewrite. I used the term SEO as many people seem to associate it with writing urls such as the following, which is what I want to achieve without the use of mod_rewrite.

Code:
http://example.com/about
http://example.com/about/history
http://example.com/contact
or

Code:
http://example.com/index.php/about
http://example.com/index.php/about/history
http://example.com/index.php/contact
ess is offline   Reply With Quote