After back end login I get a 404 - Joomla! Forum - community, help and support
went away 2 weeks on vacation.
came , wanted login in backend of website maintenance.
after login got 404 page not found.
nobody me after few hours found solution don't know if it's safe solution.
in .htaccess file in root directory of jooma 3.3.0 website deleted next lines:
## begin - custom redirects
rewritecond %{request_uri} ^/administrator/index.php(.*)$
rewritecond %{remote_addr} !^80\.57\.127\.220$ [or]
rewritecond %{remote_addr} !^62\.212\.115\.247$ [or]
rewritecond %{remote_addr} !^85\.150\.246\.213$ [or]
rewriterule ^(.*)$ - [r=403,l]
after deleting above lines in .htaccess file login usual without problems.
my question safe delete lines ?
thanx help.
came , wanted login in backend of website maintenance.
after login got 404 page not found.
nobody me after few hours found solution don't know if it's safe solution.
in .htaccess file in root directory of jooma 3.3.0 website deleted next lines:
## begin - custom redirects
rewritecond %{request_uri} ^/administrator/index.php(.*)$
rewritecond %{remote_addr} !^80\.57\.127\.220$ [or]
rewritecond %{remote_addr} !^62\.212\.115\.247$ [or]
rewritecond %{remote_addr} !^85\.150\.246\.213$ [or]
rewriterule ^(.*)$ - [r=403,l]
after deleting above lines in .htaccess file login usual without problems.
my question safe delete lines ?
thanx help.
yes, safe delete lines.
those lines not part of standard htaccess file.
but lines being there , how got there may of concern.
those lines block access administrator 3 ip addresses.
and assume 1 of 3 ip address.
so how , why blocked?
you may have been hacked, or admin created blocks.
Comments
Post a Comment