mam taki problem w pliku .htaccess
CODE
Options FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ http://xxx/index.php [L]
RewriteRule ^zapytaj/$ http://xxx/index.php?view=ask [L]
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ http://xxx/index.php [L]
RewriteRule ^zapytaj/$ http://xxx/index.php?view=ask [L]
po wpisaniu adresu www.xxx/index.html
wyświetla mi stronę ale zamienia html na php
do widoku ask mam taki link <a href="zapytaj/"> wszystko działa dobrze po za tym że w pasku jest adres http://xxx/index.php?view=ask
Z góry dzięki