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

how visible a file | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip Dec 4 '14
hi

I created a file with name plane.xml but i want run it out of oxwall script .

what should i add in .htaccess or .. for get rid of oxwall to leave that file alone

ross Team
ross Dec 4 '14
Do you mean you want to call the file by going www.site.com/plane.xml or what?
Billy Pip
Billy Pip Dec 4 '14
you right
ross Team
ross Dec 4 '14
please do the search before posting: http://www.oxwall.org/forum/topic/3913
Billy Pip
Billy Pip Dec 4 '14

That topic belongs to two years ago , and i see some codes changed

i couldnt follow steps in that topic because of changes


current codes:



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} !^/newppr

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} !/e500\.php

RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php


ross Team