Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
А демо дистрибутив с офф. сайта работает только на локалке? Хотел на хостинге установить, перенес файлы туда, пытаюсь открыть сайт пишет No input file specified.
Что бы его потом занулить, нужно измененный контролер только заменить и все?
Поделитесь нуллом пожалуйста у кого есть)
Стоит уже, вот мой .htaccessНет, он работает и на хосте, только выполни условие ниже.
Попробуй перед тем как залить на сервак (ну или на самом серваке) внести небольшое изменение в штаксесс -поставь решетку # в начале:
RewriteRule ^(.*)$ /index.php/$1 [L]
AddDefaultCharset UTF-8
Options +FollowSymLinks
Options -Indexes
RewriteEngine on
# RewriteCond %{HTTP_HOST} ^www.***.ru$ [NC]
# RewriteRule ^(.*)$ http://***/$1 [L,R=301]
#apache2ctl -M && sudo a2enmod expires && sudo service apache2 restart (to enable mod_expires on ubuntu)
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 7 days"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType application/x-shockwave-flash "access 1 year"
ExpiresByType application/javascript "access 1 year"
ExpiresByType application/x-javascript "access 1 year"
ExpiresByType text/css "access 1 year"
ExpiresByType text/html "access 1 year"
</IfModule>
RewriteRule ^(.*)\.tpl$ [R=404]
RewriteRule ^(.*)\.zip$ [R=404]
RewriteCond $1 !^(index\.php|user_guide|uploads/.*|favicon\.ico|docs|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
####################################
# or
# RewriteRule ^(.+)$ index.php?$1 [L]
# or
# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
Стоит уже, вот мой .htaccess
Код:AddDefaultCharset UTF-8 ----------------------------------- </IfModule> RewriteRule ^(.*)\.tpl$ [R=404] RewriteRule ^(.*)\.zip$ [R=404] RewriteCond $1 !^(index\.php|user_guide|uploads/.*|favicon\.ico|docs|favicon\.png|captcha/.*|application/modules/.*/templates|application/modules/.*/assets/js|application/modules/.*/assets/css|application/modules/.*/assets/images|CHANGELOG.xml|templates|js|robots\.txt) #RewriteRule ^(.*)$ /index.php/$1 [L] ---------------------------СЮДА ДОБАВИТЬ (вот так) #################################### # or RewriteRule ^(.+)$ index.php?$1 [L] ------------------------------------УДАЛИть (вот так) # or # RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
Я не знаю, что у тебя стоит, но решетка точно отсутствует! Если поднимать глаза снизу вверх
3 строка снизу - удалить решетку
7 строка снизу добавить решетку
нужно очистить кеш браузераТеперь переправляет на папку install и все белый экран )
не помогаетнужно очистить кеш браузера