shritesh
04-14-2006, 08:47 AM
Hi, Fellow Programmers...
I have a issue for one of my project to handle following
if i give url as www.somesite.com/login then it should process actually www.somesite.com/login.php. From (GOD=GOOGLE ORIENTED DEVELOPMENT) ;) I found a possible solution using
RewriteRule /^(.*)$ /$1.php in .htaccess
But not getting the desired result . is the above line which will do it? if not please guide
Thankx
Shritesh
I have a issue for one of my project to handle following
if i give url as www.somesite.com/login then it should process actually www.somesite.com/login.php. From (GOD=GOOGLE ORIENTED DEVELOPMENT) ;) I found a possible solution using
RewriteRule /^(.*)$ /$1.php in .htaccess
But not getting the desired result . is the above line which will do it? if not please guide
Thankx
Shritesh