2
In the modules directory, create an empty directory with the name of the module you've uninstalled. Now upload a custom redirect page that informs visitors that they need to update their bookmarks. You can just do a simple page that uses the META REFRESH tag to redirect the visitor to the new URL after 5 seconds.
Example:
<html>
<head>
<meta http-equiv="refresh" content="5;url=http://yoursite.com/modules/othermodule/">
<title>This page has moved!title>
head>
<body>
<p align="left">This page has moved to a new location. You will be redirected to the new page in 5 seconds, or <a href="http://yoursite.com/modules/othermodule/" target="_self">CLICK HEREa> to go directly to the new page.
<br />
<br />
Thank You,
<br />
<br />
Webmaster
body>
html>
Hope this helps!
JMorris
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.