[UPHPU] Apache 2.2 mod rewrite issue
Brandon Stout
bms at mscis.org
Wed Feb 24 20:51:11 MST 2010
On 02/24/2010 06:40 PM, Kirk Cerny wrote:
> does this work? It is what I have for my wordpress.
> It might be the / in front of the index.php
>
> # BEGIN WordPress
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /index.php [L]
> </IfModule>
> # END WordPress
I just tried it and it has the same result. Any other ideas out there?
Brandon
More information about the UPHPU
mailing list