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
Thank you
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!
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/
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.
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.