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 Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/69290-php-and-htaccess/#findComment-348191 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.