Warning: fopen(graphic_design/files/thread-112-1.txt) [function.fopen]: failed to open stream: Permission denied in /graphic_design/global.php on line 421
file NOT opened htaccess -
PDA

View Full Version : htaccess


Steeldolphin
04-23-2002, 09:44 AM
having problems getting my htaccess file to work. The page not found works fine, but I cant seem to get the redirects to work properly.

here is the the file as is, can anybody direct me as to how to get these to work?


ErrorDocument 404 http://www.steeldolphin.com/notfound.php
Redirect http://www.steeldolphin.com/mainpage.shtml http://www.steeldolphin.com/index2.php
Redirect http://www.steeldolphin.com/tutorials.shtml http://www.steeldolphin.com/tutorials.php
Redirect http://www.steeldolphin.com/tutorial_digital_color.shtml http://www.steeldolphin.com/tutorials_digital_color.php
Redirect http://www.steeldolphin.com/tutorial_logo_design.shtml http://www.steeldolphin.com/tutorials_logodesign.php
Redirect http://www.steeldolphin.com/tutorial_photo_tone.shtml http://www.steeldolphin.com/tutorials_phototone.php

htaccess is one of those areas of web design i have never really dabbled in so please excuse my ignorance. :)

Arch Stanton
04-23-2002, 09:51 AM
I do believe you can set these up with your control panel. Thats why 100megs is the best :).

Steeldolphin
04-23-2002, 10:14 AM
heheh, thanks Joel. I figured out why my code is not working.

you cant have the http://www.yourdomain.com/ in the first url only the second part.

:)