source:
branches/posledni/.htaccess
Last change on this file was 690, checked in by , 15 years ago | |
---|---|
File size: 151 bytes |
Line | |
---|---|
1 | #Options +FollowSymlinks |
2 | RewriteEngine on |
3 | RewriteCond %{REQUEST_FILENAME} !-f |
4 | RewriteCond %{REQUEST_FILENAME} !-d |
5 | RewriteRule ^(.*)$ index.php?$1 |
Note:
See TracBrowser
for help on using the repository browser.