Oct 15, '04 11:25:00AM • Contributed by: doggkruse
Read the rest of the hint for my solution...
Here is my quick fix:
- Turn on personal web sharing (System Prefs -> Sharing).
- Create the following plain text file and save it in your user's Sites folder as remember.php:.
<?php $server = str_replace("/*", ".com", $url); $wells = file_get_contents($server); $wells2 = str_replace("autocomplete=\"off\"", " ", $wells); print "$wells2"; ?> - Create the following plain text file and save it in the top-level /Library -> WebServer -> Documents folder as index.html:
<SCRIPT LANGUAGE="JavaScript"> var currentLoc=window.location; window.location="http://localhost/~yourUserName/remember.php?url=" + currentLoc + "*"; </script> - Edit your /etc/hosts file and add a line for each site you want to be stripped. For example:
Notice that the .com is missing.127.0.0.1 wellsfargo - In the Terminal, type sudo killall -HUP lookupd to restart the lookup services.
- Restart Safari.
