Backend Protection issue

  • chrishall57
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 1 week ago #9672 by chrishall57
Backend Protection issue was created by chrishall57
Hi, I use backend protection on all my websites but for one website it's not working.

Going to the website with /administrator doesn't get redirected.

In .htaccess I have:
## Begin Securitycheck Pro Hide Backend UrlRewriteCond %{HTTP_REFERER} ! mysite.com/administrator/ RewriteCond %{QUERY_STRING} !hiddenstring$RewriteCond %{QUERY_STRING} !com_securitycheckprocontrolcenter [NC]RewriteCond %{REQUEST_URI} !templates/administrator [NC]RewriteRule ^.*administrator/? / [R,L]## End Securitycheck Pro Hide Backend Url

Any ideas?

Please Log in or Create an account to join the conversation.

More
1 month 1 week ago #9673 by Jose
Replied by Jose on topic Backend Protection issue
Hi Chris,

Does this site populate the referer? If the site doesn't send that header, the backend protection will not work.

Regards,
Jose

Please Log in or Create an account to join the conversation.

  • chrishall57
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 1 week ago #9674 by chrishall57
Replied by chrishall57 on topic Backend Protection issue
Morning Jose!

Not sure what 'does the site populate the referrer' means?

Please Log in or Create an account to join the conversation.

  • chrishall57
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 1 week ago #9675 by chrishall57
Replied by chrishall57 on topic Backend Protection issue
If I go to mysite.com/administrator then I end up at the login page for Admin

Please Log in or Create an account to join the conversation.

More
1 month 1 week ago #9676 by Jose
Replied by Jose on topic Backend Protection issue
Hi Chris!

Open the inspector tools of your browser and there go to 'network' (or something like that). There you should find the referer. If not, the site (or the server configuration) is not populating it and this feature will not work.

Regards,
Jose

Please Log in or Create an account to join the conversation.

  • chrishall57
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 1 week ago #9677 by chrishall57
Replied by chrishall57 on topic Backend Protection issue
It seems to be there, info under network is the same as sights where the backend protection is working.

What can I check next?

Please Log in or Create an account to join the conversation.

Time to create page: 0.266 seconds