This is a discussion on Re: mod_rewrite [L] not working... within the Apache Web Server forums, part of the Web Server and Related Forums category; jring@web.de (Joachim Ring) wrote in message news:<3ae246c1.0306231502.19c4a980@posting.google. com>... > > My ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
jring@web.de (Joachim Ring) wrote in message news:<3ae246c1.0306231502.19c4a980@posting.google. com>...
> > My ruleset is as follows: > > > > RewriteCond /home/signitium/public_html%{REQUEST_FILENAME} -d > > [OR] > > RewriteCond /home/signitium/public_html%{REQUEST_FILENAME} -f > > RewriteRule ^(.*)$ $1 [L] > > RewriteRule ^/(.*)$ /index.php?user=$1 > > <snip: log showing it matches -d but doesn't stop after [L]> > > i tried your example on 1.3.26-something on openbsd and am using > similar constructs on some production boxes under 1.3.27 on different > os's just fine. > > what version, what os - also, is this from a htconfig file or from > httpd.conf? > > joachim Hi joachim, thanks for your reply. I am using... `uname -a`... Linux plebb 2.4.20 #15 Sat May 17 09:22:19 GMT 2003 i586 unknown... on... Apache httpd-2.0.46 and my rewrite rules are located in httpd.conf in a <VirtualHost>. I'm not sure why it would work fine for you... but any other ideas? |
| Thread Tools | |
| Display Modes | |
|
|