SMF Support > Server Performance and Configuration

Non WWW to WWW

<< < (4/7) > >>

Luka Paunović:
IT DO NOT WORK!!!!!
OF COURSE IT DID NOT WORK!
And this problem CAN'T be FIXED because that SAME problem is on simplemachines.org
as you can see here

simplemachines.org/community/index.php?topic=478482.0

Try it :P

Kill Em All:
I'm afraid I'm confused now. The link works just fine for me. If you are trying to say the link you posted isn't working.

If that is the case, it seems that it might be a problem on your end.

As a side note, it's not polite to type in all caps.

Luka Paunović:

--- Quote from: Kill Em All on June 15, 2012, 04:06:37 PM ---I'm afraid I'm confused now. The link works just fine for me. If you are trying to say the link you posted isn't working.

If that is the case, it seems that it might be a problem on your end.

As a side note, it's not polite to type in all caps.

--- End quote ---

I tried to disable pretty url. THE SAME!
But.. how is possible that simplemachines forum did not fixed that? :D
Look http://simplemachines.org/community/index.php?topic=478482.0
SAME PROBLEM.

phantomm:
To redirect 'non-www' urls I'm using always this code in htaccess file:

--- Code: ---RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

--- End code ---

never had any problems

Luka Paunović:

--- Quote from: phantomm on June 16, 2012, 08:10:45 AM ---To redirect 'non-www' urls I'm using always this code in htaccess file:

--- Code: ---RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

--- End code ---

never had any problems

--- End quote ---

Give me the url of the site and I will find the problem right now now now now :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version