ЧПУ вида mysite.com/Заглавная_страница

anonchik

Только зашёл
Регистрация
16.03.2014
Сообщения
1
Реакции
0
Привет. Пытался сделать Short URL типа mysite.com/Заглавная_страница.
В .htaccess написал:
Код:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
В LocalSettings.php:
Код:
$wgScriptPath = "/w";
$wgArticlePath = "/$1";
$wgUsePathInfo = true;
$wgLogo = "/my_fish_logo.png";
$wgScriptExtension = ".php";
и
Код:
$wgEnableUploads  = true;
$wgGenerateThumbnailOnParse = false;
.
И в итоге мне выдается
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.


If you think this is a server error, please contact the webmaster.

Помогите, пожалуйста.
 
Назад
Верх