source: branches/posledni/.htaccess

Last change on this file was 690, checked in by george, 15 years ago
  • Přidáno: Zavedení systému pěkných URL. Přejmenováno mnoho stránek.
  • Přidáno: Skript pro generování SERVERALERT aktualit pro klienta.
File size: 151 bytes
Line 
1#Options +FollowSymlinks
2RewriteEngine on
3RewriteCond %{REQUEST_FILENAME} !-f
4RewriteCond %{REQUEST_FILENAME} !-d
5RewriteRule ^(.*)$ index.php?$1
Note: See TracBrowser for help on using the repository browser.