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 to create non Oxwall custom html in Oxwall | Forum

Topic location: Forum home » Support » General Questions
mike
mike Aug 11 '12

I cannot just upload a web page i made in webpage maker in oxwall.


If i add a button with link to that page.html located in the same domain/hosting it will show me 404 no matter what


I can upload and link pictures but not webpages. 


How do i fix that



Thanks.

DeFender
DeFender Aug 12 '12
something wrong with links
I'm thinking it maybe htaccess
why you can't create the page inside oxwall ?
mike
mike Aug 13 '12

Because i want it to be open for guests while site is open for  login only


Also it will look exactly like other Oxwall pages or you will need to write custom code for it.  And if the page is big or many pages, writing code will become a time eating mess.


I also think it maybe htaccess, probably you cannot just fix that by writing something in it will require some complex work.

i wondering why nobody had this problem with 100,000 downloads.


Thanks.


The Forum post is edited by mike Aug 13 '12
Helike
Helike Aug 30 '12
You must add the following rule in the .htaccess of the root (public_html, usually):

RewriteCond %{REQUEST_URI} !/FOLDER_OF_YOUR_CUSTOM_PAGE/


Obs: Put it near to the other 'RewriteCond'