htaccess etc.
Hi
Having a problem with htaccess. I have followed the same procedure i did for CP to put
WP as a sub directory and Clipper as the main directory.
My htaccess files is this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have also changed the 'Settings' 'General' site address url so that it doesn't have /wordpress on the end.
Am i missing something else somewhere? I know its been a while since i set my CP theme up.