#DirectoryIndex index.php php_flag register_globals off Options -MultiViews Options +FollowSymlinks php_value upload_max_filesize 30M php_value post_max_size 30M RewriteEngine on RewriteRule ^users/([^\.]+)$ search_results.php/?display=profile&name=$1 [NC]