nandoquintana
10-19-2006, 03:03 PM
Hi all,
I have a Zope server in the 8080 and also the preconfigurated apache.
I think .htaccess is the only method we have to perform a redirection from apache to 8080 port so...
I tried that, in the "/home/username/www/subdomain/.htaccess" file
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [P,L]
but fails...
Have anyone ever done something like that in a hotsmonster server?
Is 8080 por reachable from Internet?
Is it posible to modify any other apache conf file?
Many thanks in advance,
Nando.
I have a Zope server in the 8080 and also the preconfigurated apache.
I think .htaccess is the only method we have to perform a redirection from apache to 8080 port so...
I tried that, in the "/home/username/www/subdomain/.htaccess" file
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [P,L]
but fails...
Have anyone ever done something like that in a hotsmonster server?
Is 8080 por reachable from Internet?
Is it posible to modify any other apache conf file?
Many thanks in advance,
Nando.