htaccess url redirect problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All !
 
I have stuck up due my .htaccess file.
 
---------------    here in my .htaccess file         ----- ----
 
Options +FollowSymLinks
RewriteEngine On

########################################
# REDIRECTION FROM NONSECURE TO SECURE #
########################################
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(confirmDetails\.php|transResponse\.php)$  https://devfoundry.com/www3/web/shop/$1 [R=301,L]

########################################
# REDIRECTION FROM SECURE TO NONSECURE #
#########################################
#RewriteCond %{SERVER_PORT} ^443$
#RewriteCond %{REQUEST_URI} !^(confirmDetails\.php|transResponse\.php)$
#RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

-------------------------------------------------------------------------

i want to redirect url

http://domain.com/www3/web/shop/new.php to https://domain.com/www3/web/shop/new.php

and url to

http://domain.com.com/www3/web/shop/pay.php to https://domain.com/www3/web/shop/pay.php

but with this htaccess file when instead redirecting to https://domain.com/www3/web/shop/new.php  it redirects to https://domain.com/www3/web/shop/index.php

it's reallly urgent as the deadline is very tough.

can anyone please help me out what is the problem.

lot of thanx in advance

pinky

 

 

 

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux