saintrodion: Комментарии

Главные вкладки

27 августа 2014 в 14:05

Есть ".htaccess", вот содержимое:
#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order allow,deny

php_flag display_errors on

#php_value memory_limit 1024M

# Don't show directory listings for URLs which map to a directory.
Options -Indexes

# Follow symbolic links in this directory.
Options +FollowSymLinks

# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php index.html index.htm