Я переместил свой блог WordPress (3.0) на свой выделенный сервер.
Только одна вещь не работает:
, если я установлю URL в worpress равным
http://wwww.example.com/page?id=3
Страница отображается правильно
Если я задаю URL-адрес:
http://wwww.example.com/about/
http://www.example.com/services/
, он заканчивается страницей 404 не найден !!
Вот мой виртуальный хост, если он поможет:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName www.example.fr
DocumentRoot /var/www/example
<Directory /var/www/example>
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access-example.log combined
ErrorLog /var/log/apache2/error-example.log
ServerSignature Off
</VirtualHost>
Спасибо