This topic is locked

Search Engine Friendly URL's

3/21/2011 6:19:19 PM
PHPRunner General questions
D
DeeLite author

I've worked in PHP for other applications, but wanted to know if PHP runner does Search Engine Friendly URL's as well.
currently, certain calls are done through url using variables in the string:
example:



http://livedemo.asprunner.net/phprunner/livedemo1/customers_view.php?editid1=ALFKI


can PHP runner turn it into a more friendly url like:


http://livedemo.asprunner.net/phprunner/livedemo1/customers/ALFKI
Sergey Kornilov admin 3/21/2011
D
DeeLite author 3/21/2011



You may want to check this to get a few ideas:

http://www.asprunner.com/forums/topic/6341-mod-rewrite-for-seo-friendly-pages/


thanks but the reply #3 in that thread is what I'm looking for, but it wasn't answered.