swmati11/GoodAnswer/master/.htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^user/(.*)$ ./ga_user.php?id=$1
RewriteRule ^threads/(d+)*$ ./thread.php?id=$1
RewriteRule ^topic/(.*)$ ./ga_topic.php?id=$1
RewriteRule ^search/(.*)$ ./search.php?query=$1
Files
