FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: tmkf on November 13, 2005, 09:35:10 PM

Title: error 404 page not found
Post by: tmkf on November 13, 2005, 09:35:10 PM
I keep getting this, as well as I get problems that my background and images are not displayed etc
do i have to chmod something or is it some .htaccess problem?
id really appreciate some help thanks
Title: Re: error 404 page not found
Post by: admin on November 14, 2005, 01:25:15 AM
Please provide more details such as your username, URL, and/or the filename you are trying to view.

Thank you,
FreePgs.com Admin
Title: Re: error 404 page not found
Post by: tmkf on November 14, 2005, 04:04:45 AM
username tmkf
url (for now) is http://freepgs.com/tmkf/Dragonfly9.0.6.1/public_html/admin.php
any file, but even this 1, gives probs like dat
thx
Title: Re: error 404 page not found
Post by: admin on November 14, 2005, 04:25:55 AM
This is because you have the following HTML on your site.

<base href="http://freepgs.com/" />

This will cause all relative links to resolve incorrectly.  (Since your username is not included nor is the path to your files)

Remove this line from your page and your images will show on the pages.

(This appears to be read from the configuration of your script.  Please adjust the script settings to the correct URL.)

Thank you,
FreePgs.com Admin