Witam
Mam bardzo dziwny problem i nie mam pomysłu o co chodzi...
chodzi o wczytanie plików:
<script type="text/javascript" src="js/datepicker/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/datepicker/ui.core.js"></script>
<script type="text/javascript" src="js/datepicker/datepicker.js"></script>
<link type="text/css" href="js/datepicker/style.css" rel="stylesheet" />
gdy w adresie strony wpisuje
http://mojastrona.pl/index.php?id=samochody
pliki wczytują się
a gdy wejdę przez
http://mojastrona.pl/samochody.html
pliki się nie wczytują
a to mój kod .htaccess może z nim jest coś nie tak
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.mojastrona.pl [NC]
RewriteRule ^(.*)$ http://mojastrona.pl/$1 [R=301,L]
RewriteRule ([^-]+).html/([^-]+)/([^-]+)/([^-]+)$ index.php?id=$1&mail=$2&hash=$4&user=$3 [L]
RewriteRule ([^-]+).html/sprawdz/([^-]+)/([^-]+)$ index.php?id=$1&nr=$3&ss=$2 [L]
RewriteRule ([^-]+).html/([^-]+)/([^-]+)$ index.php?id=$1&hash=$2&user=$3 [L]
RewriteRule ([^-]+)/([^-]+)/([^-]+).html$ index.php?id=$1&hash=$3&mail=$2 [L]
RewriteRule ([^-]+).html/([^*]+)$ index.php?id=$1&zmien=$2 [L]
RewriteRule foto/([^*]+)$ php/adm/php/img_upload/$1 [L]
RewriteRule ([^-]+).html$ index.php?id=$1
za odpowiedzi z góry dziękuje.
ps
drobne sprostowanie, po wpisaniu http://mojastrona.pl/index.php?id=samochody pliki wczytują się tylko w przeglądarce Mozilla