We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Installing Oxwall on X10hosting free shared hosting | Forum

dave Leader
dave Aug 23 '18
X10 hosting (x10host) free hosting uses lightspeed to server up the php rather than letting apache do it. 


So you will have an issue with your htaccess because lightspeed uses its own version of the mod_rewrite concept. 


All you need to do is add this to your htaccess in order to tap into the lightspeed version which is already active on the free hosting. 


open up the htaccess file 

AFTER RewriteEngine On


Add this:

RewriteBase /


it should look like this when you are done


RewriteEngine On 

RewriteBase /


and then the rest of the htaccess from oxwall goes here.

The Forum post is edited by dave Aug 23 '18
Alpha Johnson
Alpha Johnson Dec 6 '21

Options +FollowSymLinks

RewriteEngine On


RewriteCond %{REQUEST_URI} .*/http-bind

RewriteRule (.*) /http-bind [L]


RewriteCond %{REQUEST_URI} !^/index.php

RewriteCond %{REQUEST_URI} !/ow_updates/index.php

RewriteCond %{REQUEST_URI} !/ow_updates/

RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.raw|/[^.]*)$ [NC]


RewriteRule (.*) index.php