Hiawatha version: 9.1
Operating System: Debian 6, openVZ - VPS Debian 6, Wordpress 3.5.1 MU with Buddypress 1.7.1
Hi,
I have tested latest Hiawatha on my server with WPMU (multiuser installation) and rules for WP (single installation), it does work with default permalinks, but it does not work with custom permalinks (postname). Anyone can help me, please ?
Here are Apache's rules in .htaccess :
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]