I have a simple question I'm not able to resolve.
I use this simple rule
RewriteRule ^([A-Za-z0-9-]+)/?$ goto.php?team=$1 [L]
to redirect the socer team to a personal page
so if i write www.site.com/acmilan it redirect to www.site.com/album/index.php?id=xx
The problems is that I'm creating a chat at the url www.site.com/chat but chat is not a team! lol!
Do I have to modify the rewriterule ? How ?
Can someone help me ?
Thanks a lot!


Reply With Quote

Bookmarks