Jump to content

Passing variables on rewrite


Canman2005

Recommended Posts

Hi all

 

I'm doing a re-write on .htaccess using

 

RewriteEngine on
RewriteRule ^([^/\.]+)/index.php/?$ membershome.php?url=$1 [L]

 

If I then go to

 

mysite/index.php

 

everything works fine, but if I try and go to

 

mysite/index.php?option=2

 

and then try and print the variable using

 

print $_GET['option']

 

it doesnt seem to print it.

 

does anyone know why?

 

Thanks tons in advance

 

Dave

Link to comment
https://forums.phpfreaks.com/topic/161680-passing-variables-on-rewrite/
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.