tefflox 2 Junior Poster

Hello. All I need to do right now is eliminate the trailing forward slash for directories. I use all index.php files that are already hidden.

I need http://listenlight.net/15/burford/
to read: http://listenlight.net/15/burford

here's what i'm working with right now...

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/?$