ctcmedia Posted September 21, 2009 Share Posted September 21, 2009 here is what I am trying to do I have the basic mod rewrite for say index.php?view=home and in the htaccess file i have RewriteEngine on RewriteRule ^([A-Za-z0-9-]+)$ index.php?view=$1 [L] Now what I am trying to do is get this to work in htaccess index.php?view=home&p=more I havent had much time with mod rewrite and tbh I havent needed more than one variablie in the url. If yuo could point me in the right direction that would be ace Thanks Quote Link to comment https://forums.phpfreaks.com/topic/175006-mod-rewrite/ 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.