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 Link to comment https://forums.phpfreaks.com/topic/175006-mod-rewrite/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.