I\'ve been trying to get this mod rewrite thing down. Basically I want:
To be
Use this rule in your DOCUMENT_ROOT/.htaccess file:
DOCUMENT_ROOT/.htaccess
Options +FollowSymLinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/([^.]+\.php)$ /news.php?cat=$1&post=$2 [L,QSA]