Jump to content

php mod rewrite and handling variables


monkeytooth

Recommended Posts

I have URL's currently structured as:

 

domain.com/index.php?ref=home&id=10002

 

I want them to look like:

 

domain.com/home/10002/ or domain.com/10002/home/

 

(most likely the second one). I know this can be achieved with .htaccess and php, but I can't find any good doc's on the subject of using php and mod_rewrite to do what I want in the end run. So does anyone know a good way to do this? or does anyone know a good doc/tutorial on the subject?

 

I know I want to filter the 10002 and home part of the URL through my index.php file still, but I just am unsure how to get the .htaccess file structured so I can catch those variables within the URL and then use them with the index.php as I do currently without the URL structure being the way I want it.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.