Napisałem taki kod
RewriteEngine On
Kod
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+).php index.php?page=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+).php index.php?page=$1 [L]
Gdy uruchamiam np
http://localhost/index.php?id=forum
powinienem otrzymac
http://localhost/forum.php
Gdzei tki bład na serwerze??