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

PAGES NOT FOUND PLEASE NEED YOUR HELP | Forum

Lucas
Lucas Feb 15 '18

LucasFeb 13

Hi,


I have just installed oxwall on the root of my site (LAST VERSION 1.8.4). It's working fine except the main page (index page) and when I try to customise it. It happens when I am logged in. If I am logged out, I can view the usual main page with news feed and all. But when I am logged in, the same main page showing page not found as attached file. 

The same problem when I have tried to customise the main page ...


Error text: 

Not Found

The requested URL /index was not found on this server.

The requested URL index/customize was not found on this server.


THIS IS MY .htaccess

# 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} !^/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} !/captcha\.php

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

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

RewriteRule (.*) index.php






Please help me solve this issue. 

Thanks for Reading

LUCAS

Attachments:
  1.png (12Kb)
  2.png (11Kb)
dave Leader
dave Feb 16 '18
Ok hi, 


first did you change your url in the config file to show https:   ?

also do you have a actual certificate or are you using a free one?



also is this a auto install or a manual install ?

what theme are you using ?


does your site meet all requirements on the right side of this page?  

 https://developers.oxwall.com/hosting


The Forum post is edited by dave Feb 16 '18
Lucas
Lucas Feb 16 '18
HI DAVE,

I DID NOT CHANGE MY CONFIG FILE

I USED AN AUTO INSTALL

I HAVE A CERTIFICATE INCLUDING IN HOSTING PRICE

ALL REQUIREMENTS ARE SATISFIED


I CAN NOT UNDERSTAND THE PROBLEM


PLEASE NEED A HELP 

dave Leader
dave Feb 16 '18
Well first of all before you do anything at all, i would highly recommend you remove the auto install version and manually install the script. You will get a much better more stable version.  There have been many unexplained issues with the auto install version.  


But if you dont want to do that then try going to ow_config folder and change the url in the config php file (top of the page) to https


what theme are you using?

dave Leader
dave Feb 16 '18
also see here  https://developers.oxwall.com/forum/topic/5125


if you still have the problem let me know please.


The Forum post is edited by dave Feb 16 '18
dave Leader
dave Feb 16 '18
ill be gone for just a bit, have to run to town before it rains.  ill check in with you when i get back :)
Lucas
Lucas Feb 16 '18
HI DAVE,

iT'S OK 

THANK YOU FOR YOUR HELP.


dave Leader
dave Feb 16 '18
 did you get it fixed, im back
Lucas
Lucas Feb 17 '18
HI DAVE,

YES I HAVE FIXED IT.


THE PROBLEM WAS WITH THE FIRST LINE OF .htaccess


BEST REGARDS

dave Leader
dave Feb 17 '18
OH i didnt notice you had it commented out, good im glad you got it fixed :)