PDA

View Full Version : editing URLs (.htaccess)


stoplightt
August 24th, 2008, 05:38 PM
im reading tutorials on how to change urls

.htaccess

im trying to change the url from this

http://yoursite.com/profile/?id=122

to

http://yoursite.com/index.php?function.viewprofile&id=122

but i cant do it

:(

anyone know what i should do.
google doesn't like me anymore

pinkylicious
August 24th, 2008, 11:15 PM
try reading this:
http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html

stoplightt
August 25th, 2008, 04:11 AM
try reading this:
http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html


RewriteEngine on
RewriteRule ^product/([a-zA-Z0-9_-]+)/([0-9]+)\.html$ product.php?id=$2

sorry, ive read that whole page, and everything is still confusing

=/

stoplightt
August 25th, 2008, 01:27 PM
winkkkkkkkkk...............

;)