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

[Resolved] Access folder (.htaccess) | Forum

Topic location: Forum home » Support » General Questions
Thomas
Thomas Aug 6 '11
Hi, i try to insert a chat but i can't access to my folder. Oxwall display a 404 error.
What must I insert into .htaccess for accessing to my folder?
The Forum post is edited by Thomas Aug 6 '11
Rivu
Rivu Aug 6 '11
Add "RewriteCond %{REQUEST_URI} !^/child_folder/"
below the line
"RewriteRule (.*) /http-bind [L]"

It'll let you access your folder named "child_folder" and all of it's contents and will not show a 404 error.
Thomas
Thomas Aug 6 '11
thank you :)