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

External directory | Forum

Topic location: Forum home » Support » General Questions
Zohaib
Zohaib Dec 22 '15
hello i wanted to ask that how can i allow oxwall to allow me to use any other directory i made..? i got to know about external page but not about directory
tammy harris
tammy harris Dec 22 '15
sory i dont understand what you are try do please more details
ross Team
ross Dec 22 '15
What do you mean by external directory? Please specify what do you want to achieve?
Zohaib
Zohaib Dec 23 '15
well i added a subdomain named devil. when a subdomain is added its directory is made in public_html and in public_html i have installed oxwall so oxwall says sorry the document does not exist. so like oxwall have th RewriteCond etc thing for external page same as that i need one for adding direcotry in .htaccess
tammy harris
tammy harris Dec 23 '15

add the following line to allow a subdomain (like bnt.scoopydo.com)

RewriteCond %{HTTP_HOST} !bnt.scoopydo.com$

 

add the following line to allow a directory (like scoopydo.com/bnt/)

RewriteCond %{REQUEST_URI} !/bnt/

 

add the following to allow a custom file (like scoopydo.com/bnt.txt)

RewriteCond %{REQUEST_URI} !/bnt.txt


ross Team
ross Dec 23 '15
Tammy +1
ross Team
ross Feb 3 '16
Have you resolved your issue with the .htaccess conditions provided by Tammy?