Revize c478920d
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
Undo my stupid mistake (I have pushed issue-957 to master instead of develop). Do I have copied files from GitHub master and push them back..