Jump to content

htaccess ***


johnnyjohnny

Recommended Posts

It seems you are trying to add more parameters onto an already rewritten url. I don't think this is possible.

Paramaters start with ? i.e. http://dsfsdf.php?

As the position of this has already been defined in the rewrite rule adding another after params will no work.

 

If the url is not using the rewrite then you can use as many paramaters as you like ie.

control.php?request=hello&you=me

Link to comment
https://forums.phpfreaks.com/topic/165938-htaccess/#findComment-875197
Share on other sites

I understand that, but to me this way it's nicer as "request" is implied.

 

It seems you are trying to add more parameters onto an already rewritten url. I don't think this is possible.

Paramaters start with ? i.e. http://dsfsdf.php?

As the position of this has already been defined in the rewrite rule adding another after params will no work.

 

If the url is not using the rewrite then you can use as many paramaters as you like ie.

control.php?request=hello&you=me

Link to comment
https://forums.phpfreaks.com/topic/165938-htaccess/#findComment-875220
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.