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 | Forum

Topic location: Forum home » Support » General Questions
Max
Max Oct 25 '11
Your subdomain is a subfolder named support ?
Owen Baines
Owen Baines Oct 25 '11
Heres a look at all of the Folders in my CPanel File Manager.
Attachments:
  CPANEL.png (67.31Kb)
Den Team
Den Oct 26 '11
Try to add
RewriteCond %{HTTP_HOST} !sub.domain.com$
after this line
RewriteRule (.*) /http-bind [L]
Owen Baines
Owen Baines Oct 26 '11
Thanks Working now Addenster. Just a Suggestion, Maybe you should add that in the Documentation or as a Sticky on these Forums.
FaceTester Leader
FaceTester Oct 26 '11
INFORMATION !!!  oxwall version 1.2.5 use a NEW .htaccess, on auto update the old .htaccess would complete overwritten.

remember additional line in .htaccess and add this in the new .htaccess too.

greets
FaceT
Den Team
Den Oct 27 '11
Topic was moved from Bug reports.
ma3ih Club
ma3ih Nov 1 '11
can some1 help me quick about this too?
i want install on subdomain
Domain is : p30danesh.ir
folder name : Blog
oxwall Site on : blog.p30danesh.ir
and this is my httaccess
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
RewriteRule (.*) /http-bind [L]
RewriteCond %{HTTP_HOST} !blog.p30danesh.ir$

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

But I get error 500
ma3ih Club
ma3ih Nov 2 '11
any help?!
Den Team
Den Nov 3 '11
ma3ihPlease, format your post. It is too difficult to read and understand it :(
As I got your point, your oxwall was installed in subfolder? By what URL you get 500 error?
ma3ih Club
ma3ih Nov 3 '11
i want install oxwall on sub.domain
my domain is : p30danesh.ir

my subdomain is : blog.p30danesh.ir

subdomain folder is : Blog


this is my oxwall htaccess :::::



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
RewriteRule (.*) /http-bind [L]
RewriteCond %{HTTP_HOST} !blog.p30danesh.ir$

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



But when i go to link blog.p30danesh.ir
its give me Error 500

Pages: « 1 2