repo.or.cz
/
comp80.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modified Resources so that external (non-HTML) files could be linked to and viewed
[comp80.git]
/
.htaccess
blob
29c024a50900180a17797b296ebadbc58d5ac8b4
1
<IfModule mod_rewrite.c>
2
RewriteEngine on
3
RewriteCond %{REQUEST_FILENAME} !-d
4
RewriteCond %{REQUEST_FILENAME} !-f
5
RewriteRule (.*) index.php?page=$1 [QSA,L]
6
</IfModule>