Apr
10
Sep
11
you have to edit the /etc/apache2/apache2.conf and, at the end of the file, add:
# added servername to avoid the could not determine fqdn error
place your server name in place of myserver.
servername myserver
it worked for me.
О проблемах хранения деревьев в SQL-базах данных вопрос можно не
поднимать, просто сказать, что они есть. Прежде всего посмотрим как
выглядят деревья Nested Sets, как они организованы, и в чем удобство их
использования.
Ссылка
RewriteEngine on
RewriteCond %{REQUEST_URI} (.*/[^/.]+)($|\?)
RewriteRule .* %1/ [R,L,QSA]