Posted by lorento on 06/09/06 02:59
Rik G. wrote:
> What, apart from not using relative paths in database.php, can be done
> to make things work correctly so that database.php always thinks it is
> in the root directory and finds the images?
Define your image directory in .htaccess:
RewriteRule ^qqq/images/(.*)$ images/$1
regards,
Lorento
--
http://blog.deshot.com
http://www.groupvita.com
[Back to original message]
|