i have set up wordpress in a seperate context virtual host based .. as the installation is outise the directory ..
everything works fine but i can not get the rewrite rules to work so i can drop the index.php inside the urls ..
could anyone help me on that ?
i have a context set up with
everything works fine but i can not get the rewrite rules to work so i can drop the index.php inside the urls ..
could anyone help me on that ?
i have a context set up with
- Accessible: Yes
- Index Files: index.php
- Auto Index: no
- Enable Rewrite: Yes
- Rewrite Inherit: no
- Rewrite rules:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ./index.php/$1 [QSA,L]