The problem is that when I add a trailing slash at the address bar url localhost/register.php/ the CSS dissapears (is not applied anymore). CSS is in a separate file in a separate dir. Here is the structure:

CSS is invoked in header.html with <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
header.html is included in index.php with include 'includes/header.html';
Running apache under Windows 7.