On 5/28/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
Yep, I agree it's better using RewriteRules within httpd.conf but...
I'm not allowed with this server :(
Is it possible to use RewriteLog within '.htaccess'?
I don't believe so. As I said, you'll need to replicate the setup on a
test serv
Yep, I agree it's better using RewriteRules within httpd.conf but...
I'm not allowed with this server :(
Is it possible to use RewriteLog within '.htaccess'?
Thank you very much for your answer.
On 5/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 5/25/07, thomas Armstrong <[EMAIL PROTECTED]
On 5/25/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
I'm trying to make my website works with http://www.domain.com/2007/05/25/foo
to server http://www.domain.com/redirect.php
With Apache 2.2, my .htaccess:
RewriteEngine On
RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+)
I'm trying to make my website works with http://www.domain.com/2007/05/25/foo
to server http://www.domain.com/redirect.php
With Apache 2.2, my .htaccess:
RewriteEngine On
RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+)/(.*) /redirect.php [QSA,L]
RewriteRule ^([0-9]+)/([0-9]+)