Skip to content
WJunction - Webmaster Forum

Help needed

Status
Not open for further replies.
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.

About the author

L
Active Member · Joined
Not Much Games
2,172
Messages
385
Reactions
83
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom