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

404 problem? | Forum

Topic location: Forum home » Support » General Questions
Blukkie
Blukkie Feb 21 '13
Dear Oxwall,


I'm using oxwall in a folder.  'domain.com/jc/' and works great.

Now i have chatsoftware in the folder 'domain.com/jc/chatz'


All files are in the folder and it works outside the /jc/  (oxwall) folder. But if there is a folder in the root with oxwall it will say: Page not found 404.


I'm not a web expert. But it looks like Oxwall's 404 is overruling other folders that are not from oxwall?



Please, someone that know how it comes I can't reach other folders?


The Forum post is edited by Blukkie Feb 21 '13
Mohammad
Mohammad Feb 21 '13
have you tried to editing .htaccess ?
Blukkie
Blukkie Feb 21 '13
I'm not so smart with that. If I edit the .htaccess in the oxwall folder it says;


Options +FollowSymLinksRewriteEngine On
AddEncoding gzip .gzAddEncoding gzip .gzip<FilesMatch "\.(js.gz|js.gzip)$">  ForceType text/javascript</FilesMatch><FilesMatch "\.(css.gz|css.gzip)$">  ForceType text/css</FilesMatch>
RewriteCond %{REQUEST_URI} !^/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/RewriteCond %{REQUEST_URI} !/ow_cron/run\.phpRewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]RewriteRule (.*) index.php



Anything wrong?

Mohammad
Mohammad Feb 21 '13
you should add this code to your .htaccess

RewriteCond %{REQUEST_URI} !/jc/

"jc"is your folder name,I guess !

just make sure you put it in right place

Good luck :)

Blukkie
Blukkie Feb 21 '13
Works! 

Thanks alot Mohammad!