N
NewestShareware.com - Michael Dulin
Hi,
My 404 pages are ending up using relative links instead of absolute
and I can't figure out why,
I'm using Apache, but no Cpanel. So my .htacecess looks like this:
# -FrontPage-
==========================
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName sharewarejunkies.com
AuthUserFile
/home/junkies/www/sharewarejunkies.com/_vti_pvt/service.pwd
AuthGroupFile
/home/junkies/www/sharewarejunkies.com/_vti_pvt/service.grp
ErrorDocument 404 /gohome.html
===========================
So if you go to the page gohome.html everything is hunky-dory, but not
if you go to a bad url like:
http://sharewarejunkies.com/00zwd6/koolmovesff.htm
Any ideas?
Thanks,
Mike
My 404 pages are ending up using relative links instead of absolute
and I can't figure out why,
I'm using Apache, but no Cpanel. So my .htacecess looks like this:
# -FrontPage-
==========================
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName sharewarejunkies.com
AuthUserFile
/home/junkies/www/sharewarejunkies.com/_vti_pvt/service.pwd
AuthGroupFile
/home/junkies/www/sharewarejunkies.com/_vti_pvt/service.grp
ErrorDocument 404 /gohome.html
===========================
So if you go to the page gohome.html everything is hunky-dory, but not
if you go to a bad url like:
http://sharewarejunkies.com/00zwd6/koolmovesff.htm
Any ideas?
Thanks,
Mike