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.
Zorro; написал(а):Warning: preg_replace_callback() requires argument 2, 'nlbr', to be a valid callback in w:\home\1.ru\www\newsgrabber\admin\cron\source.get content.php on line 195
там в 195 линии написано $xml = preg_replace_callback("!<pre>(.*)</pre>!Uims", "nlbr", $xml);
у кого-то есть рабочее решение проблемы с utf-8?
Не работает ЧПУ, в админке новости вижу, редактировать могу ...
При просмотре - ленту новостей видит, а нажимаешь Read more и всё 404
Файл .htacess
Код:php_value register_globals 0 php_value magic_quotes_runtime 0 php_value magic_quotes_gpc 1 AddDefaultCharset windows-1251 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !(\.gif|\.jpg|\.png|\.swf)$ RewriteRule ^(.*)$ /index.php?path=/$1 [L,QSA]
Никто не сталкивался ?
RewriteRule ^(.*)$ /index.php?path=/$1 [L,QSA]
RewriteRule ^(.*)$ http://твой-сайт.com/index.php?path=/$1 [L,QSA]