Re: Getting mod_rewrite to load/work in apache 2.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/1/07, Philip Renich <philip@xxxxxxxxxxxxx> wrote:
>
>  Hello,
>  I've just installed Apache 2.2 and cannot seem to get mod_rewrite to work.
> The LoadModule command is uncommented, Options FollowSymLinks is set in
> Directory /  I've searched around on Google and places, but most docs or
> help I find is related to 1.3/4 (which I also didn't get it working on). I'm
> not sure if I have some other setting incorrect or what.
>
>  I am running the module out of .htaccess files. For reference, here is the
> code I am running:

Some clues to get you started:

1. Don't use .htaccess unless you really have to. Things are simpler
in the main server context.

2. Use the RewriteLog to debug. It is essential.

In the main server context, something like this should work:
RewriteCond         /your/docroot/dir1/%{REQUEST_FILENAME}  !-f
RewriteCond         /your/docroot/dir1/%{REQUEST_FILENAME}  !-d
RewriteRule .* /index.php

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux