vol7ron
New Member
- Messages
- 434
- Reaction score
- 0
- Points
- 0
Curious if anyone knows why my index scripts won't work with www
For instance, if I call a page:
1) http://www.mysite.net/cgi-bin/index.cgi
2) http://mysite.net/cgi-bin/index.cgi
The second works, but the first results in a 404 error (obviously a problem)
This happens for anything named index.cgi or index*.cgi
I've copied one file that works as:
http://www.mysite.net/cgi-bin/whatever.cgi
and called it:
http://www.mysite.net/cgi-bin/index.cgi
and it doesn't work unless I take out the www
I don't have anything in my .htaccess file or any redirects/rewrite rules
For instance, if I call a page:
1) http://www.mysite.net/cgi-bin/index.cgi
2) http://mysite.net/cgi-bin/index.cgi
The second works, but the first results in a 404 error (obviously a problem)
This happens for anything named index.cgi or index*.cgi
I've copied one file that works as:
http://www.mysite.net/cgi-bin/whatever.cgi
and called it:
http://www.mysite.net/cgi-bin/index.cgi
and it doesn't work unless I take out the www
I don't have anything in my .htaccess file or any redirects/rewrite rules