![]() |
Page not displayed properly - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Page not displayed properly (/thread-13109.html) |
Page not displayed properly - w4rh0und - 03-22-2011 06:40 AM Hi i have a problem with one domain: I have uploaded the webpage, but the content is not displayed properly, it appears as plain text. The ispcp apache configuration is pretty complicated and i don't know where and what to add I have uploaded the same page on a debian normal LAMP on which have some pages on and t worked like a charm My apache config on debian is: <VirtualHost *> ServerAdmin webmaster@localhost But still i have no ideea where to include in ispcp DirectoryIndex index.shtml for the page to work, DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews Includes AllowOverride None Order allow,deny allow from all </Directory> AddType text/html .shtml AddOutputFilter INCLUDES .shtml DirectoryIndex index.shtml ErrorLog /var/log/apache2/error.log LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On </VirtualHost> The page appears like if the folder /images is not loaded Anyone knows how i could fix the page to work on the ispcp server? Tried it as is on ispconfig/kloxo and works great on both, but on ispcp it won't work at all. also from what i see the index.shtml is not read in ispcp !!! Fixed the images not loading [Tue Mar 22 07:10:00 2011] [error] an unknown filter was not added: includes with a2enmod includes Can someone tell me where can i add DirectoryIndex index.shtml for a virtual host so that will remain after i add another client since ispcp.conf will get replaced? Thank you |