Page 1 of 1

web address, php?

Posted: Mon 27. Feb 2006, 03:22
by alatham
Hello,
I can't figure out how to get rid of the "index.php?" that appears in all of by website addresses. For instance, an article in the "service" category shows up as "http://www.cgrs.net/index.php?services"

How can I get this to read just "http://www.cgrs.net/services" ?

Thanks for your help in advance!
Amy

Posted: Mon 27. Feb 2006, 03:40
by Pappnase
hello

enable the rwrite function into the conf.inc.php and rename the_.htaccess to .htaccess then you get this

"http://www.cgrs.net/services.phtml"

Posted: Mon 27. Feb 2006, 16:05
by alatham
Awesome! Thanks for the help Pappnase,
Amy