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

very confused | Forum

Dave
Dave Jun 22 '12
on installation i am getting the screens but it is not right its all over on the sides as shown in  picture could some one help me thanx
i have looked at the requirements its all there by the look of it

thanx
dave
Attachments:
  error.jpg (136.7Kb)
Purusothaman Ramanujam
Have you set up required access for the folders?
Dave
Dave Jun 22 '12
no could you explain please which folders need to be 777?


thanx dave

Abbey
Abbey Jun 22 '12
I had this, it should come right by itself, it's to do with domain/nameservers and/or dns. Check your setting with your domain host and that they're pointing to the right place.
Dave
Dave Jun 22 '12
thank you abbey jayne  for your reply what i have done is i can get the normal screens when i dont use a folder just unzip on public_html this happens when it is in a folder  so it .htaccess error and i cant see the fix  as i have searched

thanx dave
The Forum post is edited by Dave Jun 22 '12
Dave
Dave Jun 22 '12
ok this is solved how i went about it was with this was like this hope this helps others i wrote  a htaccess for root folder consisting of this
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^yoursite.com [nc]
rewriterule ^(.*)$ http://www.yoursite.com/$1 [r=301,nc]


then in htaccess of oxwall i just put this
RewriteBase /yoursite

hope this helps