deathadder Posted October 6, 2012 Share Posted October 6, 2012 (edited) idk where else to put this, so ill post it here, i have some .htaccess code that changes profile.php?username=username to domain.com/profile/username but in this case what i need to do is make wwebsite.php?website=name&page=homepage into website/name/page/homepage or something similar thi is what i got now RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /website.php?website=$1 Edited October 6, 2012 by deathadder Quote Link to comment https://forums.phpfreaks.com/topic/269155-htaccess-problems/ Share on other sites More sharing options...
deathadder Posted October 8, 2012 Author Share Posted October 8, 2012 BUMP Quote Link to comment https://forums.phpfreaks.com/topic/269155-htaccess-problems/#findComment-1383630 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.