Page is a not externally linkable
hp_solomon - 4:20 am on May 17, 2008 (gmt 0)
Based on my readings, i comeup with this script? RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f I'm also thinking if "Options +Followsymlinks" is required to add in the script. Any thoughts? Thanks
Thanks for the reply.
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/$ /memberlist.php?mode=viewprofile&un=$1 [L]
RewriteRule ^clan/([^/]+)/?$ /clan_page.php?cn==$1 [L]