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

[SOLVED] white page in subdomain after upgrade to 1.8.3 | Forum

erik
erik Jun 2 '16
hello all...once again,we have a problem with the subdomain..
here we are:there is the main domain linuxlife.eu (oxwall) and the eclass.linuxlife.eu subdomain (uses efront LMS) ...
i managed to get it work up to 1.8.2 with the .htacceess file,but after the upgrade to 1.8.3 my subdomain does not work...
i attach the htaccess content...below:
----------------------------------------------------------
Options +FollowSymLinks
RewriteEngine On

AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
  ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
  ForceType text/css
</FilesMatch>




# ERIK ADDED LINE 18 JUST FOR A TEST

RewriteCond %{HTTP_HOST} !eclass.linuxlife.eu$
RewriteCond %{HTTP_HOST} !skata.linuxlife.eu$
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} !/e500\.php
RewriteCond %{REQUEST_URI} !/captcha\.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
The Forum post is edited by erik Jun 2 '16
erik
erik Jun 2 '16
Jesus.......playing around with the settings,i switched back to php 5.6 (was testing php 7 these days).......
seems to work at the moment.......
The Forum post is edited by erik Jun 2 '16
ross Team