settings

Post Reply
kompowiec2
Posts: 2
Joined: Fri Mar 04, 2016 8:07 pm

settings

Post by kompowiec2 »

i have little question, maybe stupid maybe not...
I installed WonderCMS on free hosting, i add fix this .htaccess and i login in WCMS but... i can't run settings! :( i don't understand why, i click and click but nothing happens... what do? Disabled all plugin in browser, still nothing.
User avatar
turboblack
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: settings

Post by turboblack »

you need a specific .htaccess

Code: Select all

RedirectMatch 403 ^.*/files/
ErrorDocument 403  
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
Post Reply