cmsAdmin page is empty

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

Re: [incube] cmsAdmin page is empty

By Damon - July 4, 2011

Hi,

There is an index.html file in the /cmsAdmin/ folder that will automatically redirect you to the login (admin.php) when you go to:
http://www.website.com/cmsAdmin/

If it is not working, try uploading the index.html file again here:
/cmsAdmin/index.html

It (index.html) is a simple meta redirect that works so you don't need to make and changes in your htaccess file.

Let me know if uploading the index.html file again works.

Thanks!
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

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.