Jump to content

No redirect for this htaccess


techcone

Recommended Posts

My htaccess

 

Options +FollowSymlinks
RewriteEngine on

RewriteRule ^apps/apps/([a-z0-9.]+)/ http://www.abc.com/xyz/index.php?userhash=$1

 

This is upload on domain http://www.xyz.com/

 

Now when I am trying to access http://www.xyz.com/apps/apps/ajshdkshad/, it is redirecting (301 and 302) me to  http://www.abc.com/xyz/index.php?userhash=ajshdkshad

 

I dont want redirect, I want htaccess to silently access the url from background.

 

Is this possible at all ?

Link to comment
https://forums.phpfreaks.com/topic/213949-no-redirect-for-this-htaccess/
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.