mod_rewrite Directory Problem
- From: "Rik G." <q@xxxxx>
- Date: Thu, 08 Jun 2006 14:14:37 +0200
I'm trying to replace a PHP query string with virtual directories using Apache's mod_rewrite. Here's my test .htaccess:
RewriteEngine on
RewriteRule ^qqq$ database.php?cat=0
RewriteRule ^qqq/xxx$ database.php?cat=0
The problem is that database.php contains several relative paths to images. This means mydomain/qqq works fine and all the images are found but when typing mydomain/qqq/xxx the file database.php seems to think it is in the xxx directory and cannot find the images.
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?
Regards
R.
.
- Follow-Ups:
- Re: mod_rewrite Directory Problem
- From: lorento
- Re: mod_rewrite Directory Problem
- From: Paul Lautman
- Re: mod_rewrite Directory Problem
- Prev by Date: Nested Arrays
- Next by Date: Re: Return current page and variables: $PHP_SELF dose not do it.
- Previous by thread: Nested Arrays
- Next by thread: Re: mod_rewrite Directory Problem
- Index(es):
Relevant Pages
|