Page 1 of 1

Page Home & Example not found

Posted: Tue Aug 16, 2016 12:18 pm
by gameshacker
Hallo I'm new here,
Sorry for my english is not so good.
Today i've installed WonderCMS Version 0.6 Beta and currentlly 0.8.2.
It's really a nice cms. But in all installations I can't open the two links >>Home<< or >>Example<<. Also i can't make new pages.

The output is :"The requested URL /xxx/example was not found on this server."

Which Failure this can be?

thanks
gameshacker

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 12:32 pm
by turboblack
in the admin panel, you need to enter a string name of the page, then click on this page in the menu, and enter the text you want to

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 1:07 pm
by gameshacker
Thank you for the fast responding,

On the Admin Page under Menu I add the string test.
Menu.PNG
Menu.PNG (2.75 KiB) Viewed 19852 times
After refresh the menĂ¼ Item is shown.
But if I click on it, there opens the failure Page "Not found"
Unbenannt.PNG
Unbenannt.PNG (4.04 KiB) Viewed 19852 times
In the Demo Version this is allright, but not in my installation.

thanks gameshacker

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 1:35 pm
by turboblack
what hosting do you use?
did you set up file rights?
change 644 to 755 on the files folder
maybe that wil help

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 1:51 pm
by gameshacker
Hallo,

Its my own Server, installed debian and apache
The CMS isn't installed in the www root folder, but in an folder deeper

File right are set to www-data with 777, I've set back to 775

But it isn't change anything.

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 2:00 pm
by turboblack
.htaccess

RedirectMatch 403 ^.*/files/
ErrorDocument 403 &nbsp;
RewriteEngine on
Options -Indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^([^\.]+)$ %2?page=$1 [QSA,L]

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 2:17 pm
by gameshacker
The .htaccess ind the cms folder is already this.
now I've the same .htaccess in the root www folder

It changes nothing.

Re: Page Home & Example not found

Posted: Tue Aug 16, 2016 2:44 pm
by turboblack
maybe something with the settings, you have to dig deeper. I ended up on the idea of the moment)

Re: Page Home & Example not found

Posted: Wed Aug 17, 2016 6:56 am
by gameshacker
Thank you for your support. I will see, maybe I find the problem, with a bit of time