You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove duplicate slashes. Two adjacent slashes within a URL path should be converted to a single slash.
Remove default directory indexes. The default directory indexes, default.asp, index.html, index.htm, index.php, index.shtml should be removed from URLs.
Remove default ports. The default port 80 for http and 443 for https should be removed from URLs.
Remove dot-segments. The segments .. and . should be removed from URLs.
Prerequisites:
Enable CGI in Apache: sudo a2enmod cgi.
Required Perl Modules:
CGI: To install, run sudo perl -MCPAN -eshell, then install CGI.
LWP::Simple: To install, run sudo apt-get install libwww-perl.