witam

Brak obrazków i stylów a BASE oraz ścieżka typu http:// itd nie działa.
Proszę o pomoc muszę oddać niedługo pracę a jestem w ciemnej....



  1. RewriteEngine On
  2.  
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-l
  6.  
  7.  
  8. RewriteRule ^/([a-z0-9-_]+).(php|html|htm)$ /$1 [R=301,L]
  9. RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]


Jak podam na css taki link
  1. <link rel="stylesheet" type="text/css" href="http://localhost/MVC/views/std/style/css.css" />

to i tak nie działa...