RewriteEngine on
# Rewrite for detail.php?q=xxxx
#RewriteRule ^([a-zA-Z0-9_-]+)$ ?option=$1		[NC,L]
# RewriteRule ^([a-zA-Z0-9_-]+)$ a.php?id=$1		[NC,L]
RewriteRule ^newss/([a-zA-Z0-9-/]+)$ a.php?id=$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d