Quote:
Originally Posted by Rankenstein
Definitely a redirect, the reason why must be in the htaccess file, surely?
|
Here's the htaccess for that blog in that subfolder.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /nice-ass/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /nice-ass/index.php [L]
</IfModule>