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
Okay smart ass.

Well I tried it on both my laptop and my desktop in 3 different browsers and it's working with the www. and before it did not.



Delete system32 (just kidding)

Try clearing your dns cache.

Vista/7: Start search for cmd, right click on the cmd icon and select run as admin. Then type ipconfig/flushdns in the command prompt.

XP: Start run type in cmd.exe and then type ipconfig/flushdns in the command prompt.


not working stil
 
Well I give up. This thread is going to go on for days. I can tell. Different people are getting different results. Although 2 problems were that you had 2 .htaccess files and conflicting 301 redirects and those problems have been fixed.

Check your configuration files for all instances of http://domain.com and replace them with http://www.domain.com Then if it still doesn't work. Have your hosting provider check your dns records as well as the virtual host. If it still doesn't work contact the coder of the script.

Process of elimination is your best bet.

However, it's working for me with the www.
 
Status
Not open for further replies.
Back
Top