I noticed you changed your links to ?page= to make them work. I'm still eager to fix this problem, as clean URLs are always nice (for both SEO and the eye).
I visited /files on your site and it returned forbidden (403) which means the .htaccess works.
The next best guess is that problem lies within .htaccess. I think it's unable to specify the correct path of WonderCMS, thus not creating/rewritting the URLs correctly.
Do you mind trying this out (quote from another developer)
xss wrote:
EDIT: In cases where WonderCMS does not run from the root folder of a domain, you will have to change the ‚RewriteBase‘ line to something like this:
Code: Select all
RewriteBase /path/to/wondercmsfolder/
If this doesn't work, we'll explore other options.