Results 1 to 1 of 1
Hi
i have written following in .htaccess
RewriteBase /
RewriteRule test 'http://www.new_domain.com/ [R]'
When i type 'http://www.domain.com/test/' . User redirects to 'www.new_domain.com'.
But when i type
'https://www.domain.com/test/' (notice the https://) ...
- 12-11-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
URL rewriting not working with SSL
Hi
i have written following in .htaccess
RewriteBase /
RewriteRule test 'http://www.new_domain.com/ [R]'
When i type 'http://www.domain.com/test/' . User redirects to 'www.new_domain.com'.
But when i type
'https://www.domain.com/test/' (notice the https://). System throws the 404 error (Not found).
What may be the probable reason.
Thanks in advance.


Reply With Quote