Пользовательский url на моем локальном сайте (проблема с файлом .htaccess)

У меня есть сайт Wordpress, и я хочу, чтобы мой URL: localhost / site / contact, например. Но в системе отображается следующее:

You should update your .htaccess now.

If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /vogue/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /vogue/index.php [L]
</IfModule>

Но у моего wordpress нет файла .htaccess. Как я могу найти его? Мой Ubuntu - 16.10.

1
задан 10 March 2017 в 06:04

0 ответов

Другие вопросы по тегам:

Похожие вопросы: