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