Kod
<VirtualHost www.ble.pl>
DocumentRoot /home/ble/public_html
ServerName ble.pl
RewriteEngine on
RewriteRule ^(.*)/(strona.html)$ /home/ble/public_html/index.php [l]
RewriteRule !^(.*)/(strona.html)$ /home/ble/public_html/$1 [l]
</VirtualHost>
DocumentRoot /home/ble/public_html
ServerName ble.pl
RewriteEngine on
RewriteRule ^(.*)/(strona.html)$ /home/ble/public_html/index.php [l]
RewriteRule !^(.*)/(strona.html)$ /home/ble/public_html/$1 [l]
</VirtualHost>
Mam tak skonfigurowane, ale wiem ze to jest zle :/
Chce zrobic to tak:
- gdy mamy link http://www.ble.pl/Zmienna1/Zmienna2/strona.html, to ma wczytac index.php
- jesli gdy nie ma koncowki .../strona.html to ma wczytac caly parametr czyli $1 (czyli, np. z katalogu /im/obrazek.gif)
Po co? Bo nie wczytuja sie obrazki (.gif) :/
Moze powinienem najpierw sprawdzic czy to jest .gif?
Niewiem jak sformulowac to w/w kodzie

Macie pomysl?