Support » Plugin: All-In-One Security (AIOS) – Security and Firewall » redirection bug exposing security

  • Resolved wordpresserror

    (@wordpresserror)


    iam using this htaccess rule so that i can move my wordpress installation under publicl_html to foldername folder that is in public_html

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^domain-name.com$ [NC,OR]
    RewriteCond %{HTTP_HOST} ^www.domain-name.com$
    RewriteCond %{REQUEST_URI} !foldername /
    RewriteRule (.*) /foldername /$1 [L]

    till now i was using wp-admin as my admin login link but as i changed it to something else now when i go to domain-name.com/wp-admin it shows not available but thats not the problem it shows bot available with the link https://domain-name.com/folder/wp-admin
    thus exposing my website folder name to which i have moved the data from public_html

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘redirection bug exposing security’ is closed to new replies.