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

subdomains not working after installation | Forum

abraham
abraham Apr 19 '12

I am not able to access my website subdomains after I install oxwall on the root directory (public_html). All are subdomains generate “500 server error”. Probably the problem is because of .htaccess file content. The subdomains works fine when I remove the .htaccess file content. But this can’t be solution for my problem because it is important for oxwall. The root directory .htaccess file content looks like this

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>

 

RewriteCond %{REQUEST_URI} .*/http-bind

RewriteCond %{REQUEST_URI} !/ow_cron/run.php

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

 

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} (/|\.php|\.html|\.htm|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php

 

Anyone who can give me suggestion to fix the problem of accessing the subdomains? Thanks
Michael I.
Michael I. Apr 24 '12
Check this topic: http://www.oxwall.org/forum/topic/3913 and let us know if this doesn't solve the issue.