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.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to