Revize 74a7dbca
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
.htaccess-sample | ||
---|---|---|
# Silently prepend index.php to EVERY URL.
|
||
RewriteCond $1 !^(index\.php)
|
||
RewriteRule ^(.*)$ index.php/$1 [L]
|
||
|
||
php_value upload_max_filesize 2M
|
||
php_value post_max_size 2M
|
Také k dispozici: Unified diff
Merge from SVN branch 1.2.