Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cannot begin installation

I never saw even http://huddle.inversekarma.in/forums/index.php work!

Here’s my .htaccess in /huddle

RewriteEngine On
RewriteBase /
#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]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

And here’s the one in /huddle/forums

Options +MultiViews
Options +Indexes
IndexOptions ShowForbidden

Skip to toolbar