Image

Image_benbenben_ wrote in Imagephp

Trailing slash

This is my .htaccess file

RewriteEngine on
RewriteRule ^rum/([A-Za-z]*)$ rum/$1/ [R]
RewriteRule ^rum/([A-Za-z]*)/$ rum.php?username=$1


The url

www.site.com/rum/bigbird/ works
www.site.com/rum/bigbird doesn't work.


Can someone help, I’m sure it's pretty simple but I’m having trouble getting it to work correctly.


thanks,
-b