sijomon_nd Posted September 14, 2007 Share Posted September 14, 2007 hello friends i would like to know that ,how to get user name if i am using like that www.example.com/sijo i was used an htaccess file in it i have written RewriteEngine on RewriteRule P/(.*)$ index1.php?referer=$1 like that but in running site i did not the name pls help me Link to comment https://forums.phpfreaks.com/topic/69290-php-and-htaccess/ Share on other sites More sharing options...
hackerkts Posted September 14, 2007 Share Posted September 14, 2007 Wrong section, anyway it's RewriteRule ^/(.*)$ index1.php?referer=$1 Link to comment https://forums.phpfreaks.com/topic/69290-php-and-htaccess/#findComment-348185 Share on other sites More sharing options...
redarrow Posted September 14, 2007 Share Posted September 14, 2007 http://www.sitepoint.com/article/guide-url-rewriting read this ok. Link to comment https://forums.phpfreaks.com/topic/69290-php-and-htaccess/#findComment-348191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.