Page 1 of 1

settings

Posted: Fri Mar 04, 2016 8:39 pm
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.

Re: settings

Posted: Sat Mar 05, 2016 1:49 pm
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]