MaxSaff Posted June 4, 2012 Share Posted June 4, 2012 Hi everyone! After I change folder name "admin" to "admin123", f.e. I can not to login in back office. Error HTTP 500 (Internal Server Error). How I can fix it? Link to comment Share on other sites More sharing options...
Dev On Web Posted June 4, 2012 Share Posted June 4, 2012 Hi, Are you check your htaccess file ? Memory limit ? Link to comment Share on other sites More sharing options...
mim Posted June 4, 2012 Share Posted June 4, 2012 that could be caused by your php version also imaho, just check them too :/ Link to comment Share on other sites More sharing options...
MaxSaff Posted June 4, 2012 Author Share Posted June 4, 2012 Hi, Are you check your htaccess file ? Memory limit ? PHP: 5.2.17 .htaccess: php_flag register_globals off php_flag magic_quotes_gpc off php_flag display_errors off Link to comment Share on other sites More sharing options...
mim Posted June 4, 2012 Share Posted June 4, 2012 and the database memory limit? if it is less than a certain amont that's what exactly that would happen, if that's the case, you should check it with your host service provider, you can verify it in php info page (128M should be ok I think), but if you have .htacess file in your site root folder and problem resiste I'm mostly sure it's the memory limit issue coz I had it once also :/ gl Link to comment Share on other sites More sharing options...
MaxSaff Posted June 5, 2012 Author Share Posted June 5, 2012 and the database memory limit? if it is less than a certain amont that's what exactly that would happen, if that's the case, you should check it with your host service provider, you can verify it in php info page (128M should be ok I think), but if you have .htacess file in your site root folder and problem resiste I'm mostly sure it's the memory limit issue coz I had it once also :/ gl Thanks. I will try it Link to comment Share on other sites More sharing options...
Recommended Posts