Jump to content

HTAccess with PHP variables?


ChrisMartino

Recommended Posts

Hey there!

Thanks for taking the time to read my thread.

 

So basically I have one index page that handles all the redirects of the content etc but the issue is there can be any number of $_GET variables in the URL.

 

For example:

 

index.php?v=my-account&action=password&change=true&and=hello&there=yes

 

 

But how would I be able to use a rewrite rule to change all vars in the url at once to appear like this:

 

index.php/my-account/action/password/change/true/and/hello/there/yes

 

Thanks for your time!

Link to comment
https://forums.phpfreaks.com/topic/225408-htaccess-with-php-variables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.