cmsAdmin page is empty

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 6, 2011   (RSS)

By incube - July 3, 2011

Since the version 2.09, when trying to reach the admin panel like so : http://www.website.com/cmsAdmin/ it gives me an empty page. Usually it was forwarding me to the website.com/cmsAdmin/admin.php. But it doesn't do it anymore. I need to write it down completely. I've try to modify my htaccess to send the /cmsAdmin/ to the php page. It worked fine but when trying to upload an image in a upload field it gave me an 404 error. So there is a way to make it works. Is it a problem with the version? Or do I need to change something in the htaccess of cmsBuilder ?

Thank you

Re: [Damon] cmsAdmin page is empty

By incube - July 6, 2011

No I already have the index.html file.
I guess it's my htaccess then. Im not a pro with htaccess.
I only have 3 rules for now:
RewriteRule ^(en|fr)/contact/$ contact.php?lang=$1 [QSA,L]
RewriteRule ^(en|fr)/faq/$ faq.php?lang=$1 [QSA,L]
RewriteRule ^(en|fr)/(.*)$ $2?lang=$1 [QSA,L]

If I remove them, it seems to work, so it's definitively my htaccess.