Forum Moderators: phranque
src="[b]/[/b]the-path/to-the-file.ext" to link to resources such as images, and CSS and JS files for a trouble free life (note the leading slash).
RewriteCond $1 !^index\.php$
RewriteCond $1 !\.(gif|jpe?g|png|ico|css|js)$
RewriteCond $1 !^admin/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php?id=$1 [L]