05-04-06 06:16 PM
Now I have used mod_rewrite and configured my httpd.conf file as following:
..
LoadModule rewrite_module modules/mod_rewrite.so
..
RewriteEngine On
RewriteCond %{HTTP_HOST} ^0.0.0.0$ [NC]
RewriteRule ^(.*)$ https://0.0.0.0 [R=301,L]
..
Thats it.
works fine.
8-)
> Use mod_rewrite.
>
> http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
>
> Sunit
>
> <jbogner@de.ibm.com> wrote in message
> news:1110209532.1146745812835.JavaMail.wassrvr@ltsgwas
> 007.sby.ibm.com...
> redirect the domain
> https://my-domain.com
>
>
[ Post a follow-up to this message ]
|