Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 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
Fix merge issue that removed all staff from developer branch :-).