Hi
my .htaccess file contents:
ReWriteEngine On
Options +FollowSymLinks
ReWriteBase /
and then some lines like this one:
ReWriteRule ^news$ index.php?incfile=news.php
When I put
www.mydomain.com/news -> I can see the news file.
this function!
But this one not:
ReWriteRule ^cool/(.*).html$ index.php?coolfile=$1 [L]
When I put
www.mydomain.com/cool/ice.html -> Siden kan ikke vises
Den side, du søger efter, er ikke tilgængelig. Der kan være tekniske problemer på webstedet, eller det kan være nødvendigt at ændre webbrowserindstillingerne.
Please Help! thx in advance
