Page Home & Example not found

Post Reply
gameshacker
Posts: 8
Joined: Tue Aug 16, 2016 12:00 pm

Page Home & Example not found

Post 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
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Page Home & Example not found

Post 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
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
gameshacker
Posts: 8
Joined: Tue Aug 16, 2016 12:00 pm

Re: Page Home & Example not found

Post 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 19435 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 19435 times
In the Demo Version this is allright, but not in my installation.

thanks gameshacker
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Page Home & Example not found

Post 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
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
gameshacker
Posts: 8
Joined: Tue Aug 16, 2016 12:00 pm

Re: Page Home & Example not found

Post 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.
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Page Home & Example not found

Post 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]
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
gameshacker
Posts: 8
Joined: Tue Aug 16, 2016 12:00 pm

Re: Page Home & Example not found

Post 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.
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Page Home & Example not found

Post by turboblack »

maybe something with the settings, you have to dig deeper. I ended up on the idea of the moment)
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
gameshacker
Posts: 8
Joined: Tue Aug 16, 2016 12:00 pm

Re: Page Home & Example not found

Post by gameshacker »

Thank you for your support. I will see, maybe I find the problem, with a bit of time
Post Reply