Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- myspace like - Mod rewrite dynamic URL -


hp_solomon - 4:20 am on May 17, 2008 (gmt 0)



Thanks for the reply.

Based on my readings, i comeup with this script?

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/$ /memberlist.php?mode=viewprofile&un=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^clan/([^/]+)/?$ /clan_page.php?cn==$1 [L]

I'm also thinking if "Options +Followsymlinks" is required to add in the script. Any thoughts?

Thanks


Thread source:: http://www.webmasterworld.com/apache/3650882.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com