XAMPP IPv6 IP address ::1

Home Forums BulletProof Security Pro XAMPP IPv6 IP address ::1

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19828
    Paul
    Participant

    The htaccess generated in the plugin folder shows

    # Whitelist Exceptions: Payment Gateway Provider domain names and/or Whitelisted Plugin scripts/files ONLY
    <FilesMatch "\.(7z|as|bat|bin|cgi|chm|chml|class|cmd|com|command|dat|db|db2|db3|dba|dll|DS_Store|exe|gz|hta|htaccess|htc|htm|html|htx|idc|ini|ins|isp|jar|jav|java|js|jse|jsfl|json|jsp|jsx|lib|lnk|out|php|phps|php5|php4|php3|phtml|phpt|pl|py|pyd|pyc|pyo|rar|shtm|shtml|sql|swf|sys|tar|taz|tgz|tpl|txt|vb|vbe|vbs|war|ws|wsf|xhtml|z|zip)$">
    Order Allow,Deny
    Allow from env=whitelist
    Allow from localhost
    Allow from ::1
    # BEGIN PUBLIC IP
    Allow from ::1
    # END PUBLIC IP
    </FilesMatch>

    My ip is not fixed so because i can’t allow my IP can i still leave as it is defaulted by BPS

    #19833
    AITpro Admin
    Keymaster

    ::1 is the IPv6 ip address equivalent to the IPv4 127.0.0.1 ip address.  To change the IPv6 ip address to the 127.0.0.1 IPv4 ip address you would edit your hosts file and comment out the IPv6 line of code in your hosts file: ::1 localhost. Your hosts file is located here on a Windows 7 computer: /Windows/System32/drivers/etc/hosts

    # localhost name resolution is handled within DNS itself.
    # ::1 localhost
    127.0.0.1 localhost
    #19837
    Paul
    Participant

    Hi yes sorry was an example as testing at that time, have since posted live site thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.