User Tools

Site Tools


ru:how_to:website_settings

This is an old revision of the document!


Настройки

Настройки сайта

Настройки секции Настройки сайта имеют глобальный характер и не зависят от того, какой из пользователей в данный момент активен.

  • Название сайта – название вашего сайта
  • Основной URL сайта- URL установки вашего сайта на GetSimple
  • Настройка ЧПУ - настройка структуры URL вашего сайта.

Fancy (Pretty/SEO) URLs

GetSimple allows you to create better looking, and more SEO friendly URLs. In order for this feature to work, your server needs to have the mod_rewrite module installed.

You also have the ability to edit the structure of the URLs by setting a Custom Permalink Structure. Certain custom structures need the mod_rewrite module, but not all.

Create custom permalinks via the Settings tab in your GetSimple installation. Permalinks help define the URL structure of your site. If you put a value in the Custom Permalink Structure input box, your FancyURL setting may be overridden by the string you put in.

The default URL structure for “FancyURLs” ON is: %parent%/%slug%/

The default URL structure for “FancyURLs” OFF is: index.php?id=%slug%

Syntax

The two tags to build your custom permalink are %parent% and %slug% Do not use a beginning slash

Examples

Replace subdirectory with your own virtual directory - this folder does not need to exist:

subdirectory/%parent%/%slug%/

Removes the index.php from URL. This can be done without Fancy URL's turned on:

?id=%slug%

Adding .html, .htm or .php extension to URLs

If you want to add an extension (.html, .htm or .php) to your website's pages, you first need turn on Use Fancy URLs, then set the Custom Permalink Structure to (example for pages that will end in .html):

%slug%.html

Next, you need to make a small change to your root level .htaccess file. Change the Rewrite Rule to this:

RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]

NOTE: Change .html to .php (or .htm) in both the Rewrite Rule above and the permalink structure, if you are using that extension instead.

Профиль пользователя

Секция Настройки позволяет изменять настройки для текущего пользователя.

  • Логин – В версиях 3.0 логин пользователя не может быть изменен.
  • Email - email активного пользователя. Эта настройка используется при изменении пароля пользователя и некоторыми плагинами.
  • Часовой пояс – настройка устанавливает местное время, например, при отображении времени создания файлов.
  • Язык – настройка устанавливает язык интерфейса административной панели. Дополнительный языковые файлы загружаются из секции Extend сайта GetSimple.
  • Включить HTML редактор – активирует WYSIWYG-редактор в режиме редактирования страниц.
  • Новый пароль / Подтвердить пароль – Эти поля подлежат заполнению только в случае если вы хотите изменить свой текущий пароль. Если кликнуть Сохранить изменения с незаполненными полями Новый пароль и Подтвердить пароль – текущий пароль останется без изменений.

Ссылки

На главную Содержание

Страницы этой секции

Администрирование

ru/how_to/website_settings.1380011220.txt.gz · Last modified: 2013/09/24 08:27 by Arkady