Can't access admin login after migration
- pixel78
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2066
by pixel78
Please help me ... How I could uninstall sef advance without accessing the admin panel ?
Please Log in or Create an account to join the conversation.
- Netthandel
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2068
by Netthandel
Since you get the Front page it might be a 404 error (Page not found).
When you access your site through FTP, do you see the /administrator/ folder?
Try to access yourdomain.com/administrator/index2.php directly and see what happens (should promt you to log in).
If that doesn't work, try administrator/index.php
Best wishes!
When you access your site through FTP, do you see the /administrator/ folder?
Try to access yourdomain.com/administrator/index2.php directly and see what happens (should promt you to log in).
If that doesn't work, try administrator/index.php
Best wishes!
Please Log in or Create an account to join the conversation.
- pixel78
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2069
by pixel78
Yes the admin folder is ok and I've just tryed to login directly but it returns error ( can't access directly) see what appens youself please
www.nextgolf.it/administrator/index.php
:'(
www.nextgolf.it/administrator/index.php
:'(
Please Log in or Create an account to join the conversation.
- Netthandel
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2070
by Netthandel
Seams like it gives it 404 status, and then forwards you to the front page.
An easy fix for now (just to get into the admin area) is to download the configuration.php file in the root, and then change this line (appr. line 58):
to
This turns OFF all your SEF (Search engine friendly urls)
If this solves the problems for you to log in to the admin, then you can turn off SEF Advance and then test with the inbuils SEF (Remember to change htaccess in the root)
An easy fix for now (just to get into the admin area) is to download the configuration.php file in the root, and then change this line (appr. line 58):
$mosConfig_sef = '1';
to
$mosConfig_sef = '0';
This turns OFF all your SEF (Search engine friendly urls)
If this solves the problems for you to log in to the admin, then you can turn off SEF Advance and then test with the inbuils SEF (Remember to change htaccess in the root)
Please Log in or Create an account to join the conversation.
- pixel78
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2071
by pixel78
I've done that but now also front end doesn't work right ( on the right sidebar all is confused) and also I can't access to the admin section it redirects to
www.nextgolf.it/administrator/index2.php?option=com_sef
and refresh to the home page :'(
www.nextgolf.it/administrator/index2.php?option=com_sef
and refresh to the home page :'(
Please Log in or Create an account to join the conversation.
- pixel78
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 3 months ago #2072
by pixel78
i've also tryed to delete htaccess file (and turn 0 sef option in configuration file) but returns error 500 everywhere , really i can't understand how i could do to fix my site
Please Log in or Create an account to join the conversation.