[wp-hackers] mod rewrite problems

Robert Deaton false.hopes at gmail.com
Thu May 4 02:06:22 GMT 2006


Where did you add it?

>
> # BEGIN WordPress
>
> <IfModule mod_rewrite.c>
>
> RewriteEngine On
>
> RewriteBase /digitalcamera/

It should go here

>
> RewriteCond %
>
> {REQUEST_FILENAME} !-f

Here is no good.

>
> RewriteCond %{REQUEST_FILENAME} !-d
>
> RewriteRule . /digitalcamera/index.php
>
> </IfModule>
>
> # END WordPress
>


--
--Robert Deaton
http://somethingunpredictable.com


More information about the wp-hackers mailing list