Заметки по сайту и joomla
Большинство заметок сделаны как памятка
Просмотр эскиза макета шаблона http://myhouselife.ru/?tp=1
.art-postcontent p Далее...
.art-postcontent li {display: inline; margin: 10px;} :))
.art-postcontent li
{
margin: 10px;
display: inline;
padding: 10px;
}
Файл .htaccess
AddDefaultCharset utf-8
php_value suhosin.simulation On
AddType text/html .html .htm
AddOutputFilter INCLUDES .html .htm
php_flag register_globals Off
php_flag display_errors Off
php_flag output_buffering Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag safe_mode Off
php_value file_uploads On
php_value max_execution_time 30
php_value upload_max_filesize 8M
php_value memory_limit 32M
Options +FollowSymLinks +Indexes
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.myhouselife\.ru
RewriteRule ^(.*)$ http://myhouselife.ru/$1 [R=permanent,L]
Redirect permanent /comodo/cfwsetup http://myhouselife.ru/cfwsetup
Redirect permanent /index.php/component http://myhouselife.ru
Redirect permanent /content/category http://myhouselife.ru/foto
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
скачать Joomla 2.5.3 Russian (русифицированная версия) с Joomlaportal.ru
# AddDefaultCharset utf-8
php_value suhosin.simulation On
AddType text/html .html .htm
AddOutputFilter INCLUDES .html .htm
Options +FollowSymLinks +Indexes
php_flag display_errors 0
php_flag output_buffering 0
by Artio
// $cacheBuf2 = ""
http-пинг - уведомление поисковиков об изменении sitemaps
Google
http://google.com/webmasters/sitemaps/ping?sitemap=sitemap_url
Яндекс
http://webmaster.yandex.ru/wmconsole/sitemap_list.xml?host=sitemap_url
Yahoo!
http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=sitemap_url
Ask.com
http://submissions.ask.com/ping?sitemap=sitemap_url
Live Search
http://webmaster.live.com/ping.aspx?siteMap=sitemap_url
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
JoomSef
убрать blog из URL - административная панель - Manage Extensions - Add layout to URL - Never
JoomSEF -> Control Panel -> Extensions Management -> Manage Extensions -> Content -> Extension ->
- Handle pagination as non-SEFNoYes -> No
- Guess Itemid -> No
- Add article ID to URL -> No
- Add categories to URL -> No
- Add category ID to URL -> No
- Add layout to URL - Never
- Default layout - Blog
- Google News numbering - Don't use
При переносе сайта на другой хостинг
Undefined property
Undefined variable
Впишите в начало скрипта
error_reporting(0);
Убрать название из шапки, template -> index.php -> вырезать $sitename = $app->get('sitename');