Status
Not open for further replies.

lig}{tning

Active Member
2,172
2009
385
0
i am having a problem my site cant open with www. only works with out www.

when i try with www. i get this error message ( Firefox can't find the server at www.warez-licious.com.)

.htaccess

# Full Seo Download Link for WCDDL Made By The Dude | MissionW.org
RewriteEngine On
Options +FollowSymlinks
RewriteRule ^index\.html$ /index.php [QSA,L,NC]
RewriteRule ^download-([^/]+)-([^/]+)\.html download.php?id=$1 [QSA,L,NC]
RewriteCond %{HTTP_HOST} ^www.warez-licious.com$
RewriteRule ^(.*)$ "http\:\/\/warez\-licious\.com$1" [R=301,L]


As you can seen in the image in red color box thats what i see for every members who come online only the time keep changing but the Creating Thread well stay like that



5zl8aa.jpg
 
66 comments
works here also....have you tried another browser

also did you edit your host file on your comp as i have had that problem when changing host and i editted the host file then i could only view the site on http://sitename.com

if not a solution for you would be the add the sites ip to your host file with both instances of the site link one with www and one without
 
Code:
http://warez-licious.com/images/ddl_icons/Movie.png
^ This works.

But when you put in www. before warez-licious.com it will redirect to:

Code:
http://www.warez-licious.comimages/ddl_icons/Movie.png
Rename the .htaccess file to htaccess.txt

Then see if you can view that image without it redirecting.

If you can view the image without it redirecting, then it's the 301 redirect in the .htaccess file that's causing the problem, as I said before.

Report back.
 
i have 2 files


1. .htacess
2. .htaccess

in my public_html

1 .htacess

RewriteEngine off

RewriteCond %{HTTP_HOST} ^warez-licious\.com$ [NC]
RewriteRule ^(.*)$ http://www.warez-licious.com/$1 [R=301,L]
2 .htaccess

# Full Seo Download Link for WCDDL Made By The Dude | MissionW.org
RewriteEngine On
Options +FollowSymlinks
RewriteRule ^index\.html$ /index.php [QSA,L,NC]
RewriteRule ^download-([^/]+)-([^/]+)\.html download.php?id=$1 [QSA,L,NC]
RewriteCond %{HTTP_HOST} ^www.warez-licious.com$
RewriteRule ^(.*)$ "http\:\/\/warez\-licious\.com$1" [R=301,L]

1st i had the same problem with warez-ape.com but its working fine for me now
 
Status
Not open for further replies.
Back
Top