Non-ispconfig sites it sets up easily.
With ISPConfig sites still have a but of trouble.
Full HTML is on with Drupal.
Preview and Edit show a broken image.
View / Save and it works fine.
Here is my .htaccess
Quote:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
</IfModule>
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
|
Here is the ISPConfig Settings
Quote:
<Directory /var/www/web1/web/drupal/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^.ht">
Deny from all
</Files>
</Directory>
<Directory /var/www/web1/web/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^.ht">
Deny from all
</Files>
</Directory>
<Directory /var/www/web1/web/files/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^.ht">
Deny from all
</Files>
</Directory>
|
Alright so I am going to try some other settings that worked for other ISPConfig sites but any help would be appreciated.
Thansk
Recent comments
1 hour 46 min ago
11 hours 14 min ago
12 hours 3 min ago
15 hours 37 min ago
20 hours 1 min ago
20 hours 22 min ago
22 hours 32 min ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago