[BlueOnyx:12102] Re: rewrite htaccess BO 5107

DD bqlist at distortal.com
Sat Jan 26 08:00:55 -05 2013


Hi Steffan,

Here's how my WP sites are configured on 5108R:

In /etc/httpd/conf/vhosts/siteXX.include:

<Directory /home/.sites/YY/siteXX/web>
 Options All
 AllowOverride All
</Directory>

Set web ownership to a site admin and enable suPHP.

You may need to initially create the .htaccess file while logged in as root,
but them WP should be able to take over. Mine reads:

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

# END WordPress


Hope this helps,



Dick Dolby


-----Original Message-----
From: blueonyx-bounces at mail.blueonyx.it
[mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of Steffan
Sent: 25 January 2013 09:34
To: 'BlueOnyx General Mailing List'
Subject: [BlueOnyx:12094] Re: rewrite htaccess BO 5107

I did this  now,
 
No errors and not working
Somehow rewriteBase is getting ignored

I tested the file on a 5106, 5107 with and without the 
<IfModule mod_rewrite.c>

It only works when putting a page after the domain.

On BlueQuartz it works fine.
Can you think of anything you mayby changed in the serverconfig

Is there any other way to redirect this domain to /wordpress ?

Thanxs

Steffan

-----Oorspronkelijk bericht-----
Van: blueonyx-bounces at mail.blueonyx.it
[mailto:blueonyx-bounces at mail.blueonyx.it] Namens Richard Barker
Verzonden: donderdag 24 januari 2013 18:16
Aan: blueonyx at mail.blueonyx.it
Onderwerp: [BlueOnyx:12090] Re: rewrite htaccess BO 5107

Okay did you try to put in the site22.include <Directory
/home/.sites/33/site22/web/>

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

</Directory>

service httpd restart

RC

-- 
+---------------------------------------------+
  Richard C. Barker Sr.
  CEO & President
  1-800-510-3139
  ProBass Networks Inc.
    http://www.probassnetworks.net
    http://www.probass.net
+---------------------------------------------+

_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx




More information about the Blueonyx mailing list