Welcome! Log In Create A New Profile

Advanced

Problem with Firefox

September 04, 2010 04:49PM
Hi,

I install NginX 0.8.50 on my server.

It works OK with Internet Explorer, Chrome but on FireFox the website does not work without www.

My virtual host config below

[code]

server {
listen 80;
server_name mydomain.com;
rewrite ^/(.*) http://www.mydomain.com/$1 permanent;
}

server {
listen 80;
server_name www.mydomain.com;
access_log /var/www/vhosts/mydomain.com/statistics/logs/mydomain.access.log;
error_log /var/www/vhosts/mydomain.com/statistics/logs/mydomain.error.log;
location / {
root /var/www/vhosts/mydomain.com/httpdocs;
index index.html index.htm index.php;
}

location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /var/www/vhosts/mydomain.com/httpdocs$fastcgi_script_name;
}


[/code]



Can you please help me to solve this problem.

Thanks in advance,
Subject Author Posted

Problem with Firefox

bhkien September 04, 2010 04:49PM

Re: Problem with Firefox

Kevin September 04, 2010 06:28PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 285
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready