RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /news/index.php [L]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]
<link href="v9style.css" rel="stylesheet" type="text/css" />
<link href="/v9style.css" rel="stylesheet" type="text/css" />
<a href="filmpjes.php">Filmpjes</a>
news/20/0/filmpjes.php
<img width="120" height="90" border="1" alt="Oplaadpunt" src="images/opladen.jpg">
<img width="120" height="90" border="1" alt="Oplaadpunt" src="/images/opladen.jpg">
<a href="stimulans.php">Kabinet stimuleert elektrisch rijden</a>
<a href="/stimulans.php">Kabinet stimuleert elektrisch rijden</a>