Why is ‘index.php’ needed – .htaccess problem maybe?
-
I got wpmu installed and running on subdomains. Now my problem is instead of going to http://sub.mysite.com/about I have to go to http://sub.mysite.com/index.php/about
Relatively new to to this so I assume this is an .htaccess problem – here’s what’s in mine:
RewriteEngine On RewriteBase BASE/ #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Why is ‘index.php’ needed – .htaccess problem maybe?’ is closed to new replies.