Re: [users@httpd] Apache2 replies with 301 moved permanently when non-default port 80 is used

2011-01-31 Thread Fabricio Gouvea
Thank you Eric, It was not my config, nor the htaccess. But your comment made me realized that would probably be an issue with wordPress (yes, I didn't think it was relevant! sorry). And it was! Wordpress was the one redirecting. I reinstallled it using the port number as the site URL and it now wo

[users@httpd] Apache2 replies with 301 moved permanently when non-default port 80 is used

2011-01-28 Thread Fabricio Gouvea
Hi, My ports.conf has: NameVirtualHost 10.77.0.77:8080 Listen 8080 and sites-available/default has: ServerName mysite.dyndns.org:8080 ServerAdmin webmaster@localhost DocumentRoot /home/ubuntu/wordpress But when I try to connect, either with 10.77.0.77:8080 or mysite.dynd