Код: Выделить всё
ScriptAlias /simplemail /home/mm/www/simple
Alias /template /home/mm/www/template
<Directory /home/mь/www/simple>
AllowOverride None
Options None
Order allow,deny
Allow from all
MaxConnPerIP 10
</Directory>
<Directory /home/mm/www/template>
Options +Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
MaxConnPerIP 10
</Directory>
но css, картинок, и JS не отображаються
алиас означает что этот катлог будет входит в рут сайта?
пробовал много чего
Код: Выделить всё
<IMG SRC="images/index_03.jpg" width="599" height="46"></TD>
<IMG SRC="template/images/index_03.jpg" width="599" height="46"></TD>
<IMG SRC="/template/images/index_03.jpg" width="599" height="46"></TD>
<IMG SRC="../template/images/index_03.jpg" width="599" height="46"></TD>
или из-за прав? может права показать?
