Posted by JamesBenson on 06/07/05 06:09
If you have .htaccess and mod_rewrite with apache server you can use something like the following in a .htaccess file. RewriteEngine on RewriteBase / RewriteRule ^(.*)/$ /e/$1 Thats just an example to get you started.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming