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

Setting up site for testing other pages | Forum

Derek
Derek Nov 21 '12
Hi all,


I just installed oxwall and would to be able to test on pages on the domain before integrating them into oxwall. For example I just uploaded hello.html in the root directory of the site but when I went to check for it in the browser it said the page did not exist. Can someone tell me how to setup oxwall so I can test other pages also? 

Purusothaman Ramanujam
You might need to edit the .htaccess file to allow them.

Add this below to your .htaccess file.

RewriteCond %{REQUEST_URI} !/hello\.html
Derek
Derek Nov 22 '12
Thank you! 
Roselyn Gonzales
Roselyn Gonzales Aug 24 '22
For a while now I was looking for a similar site, so I am glad to come here. I want to do some automated software testing, hopefully I will be able to now. This post has taught me a lot that I didn’t know.