Getting mod_rewrite to load/work in apache 2.2

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

 



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:
------
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php
-------
index.php is never requested, so it isn't doing its thing.

What information can I give to help figure this problem out?

Thanks in advance,
Philip
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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