[BlueOnyx:12087] rewrite htaccess BO 5107

Steffan mailinglist at tikklik.nl
Thu Jan 24 06:10:53 -05 2013


Hello,

I have a strange problem
migrating a Wordpress site from BQ to BO
But the rewritebase is not working
the .htaccess is in de /web directory and the wordpress in /web/wordpress
When i do www.domainname.com/name the site is redirected to wordpress

But www.domainname.com is not redirected
in BlueQuartz it works fine
Tested it on more 5107R systems same problem


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>

In /etc/httpd/conf.d/blueonyx.conf

<Directory "/home/.sites/">
     Options FollowSymLinks Includes MultiViews
     AllowOverride AuthConfig Limit All


Any idees ?

Thanxs Steffan




More information about the Blueonyx mailing list