htaccess modrewrite and other scripts in sub directories
-
Hi!
I have wordpress running in the main directory /
but then, I have a /wiki directory (with a wiki in there)There is no way to exclude .htaccess modrewrite in some places?
To not have those ugly 404, and have a running wiki instead…I have this .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
searching for a solution I have found this line
RewriteRule ^(wiki|otherdirectory) – [L]but how to add it properly?
I have tried it without luck… ??any idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘htaccess modrewrite and other scripts in sub directories’ is closed to new replies.