/ Published in: Apache
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <VirtualHost 127.0.0.1> ServerName weblication ServerAlias localhost AddType text/html .shtml AddHandler server-parsed .shtml AddHandler cgi-script .pl .cgi ServerAdmin [email protected] DocumentRoot "c:/xampp/htdocs/ep/de_contactsheet_weblication" ScriptAlias /cgi-bin/ "c:/xampp/htdocs/ep/de_contactsheet_weblication/cgi-bin/" <Directory "c:/xampp/htdocs/ep/de_contactsheet_weblication"> Options Indexes FollowSymLinks ExecCGI Options +Includes AllowOverride FileInfo AllowOverride None Order allow,deny Allow from all DirectoryIndex index.php index.shtml index.html index.htm </Directory> </VirtualHost>
Comments
                    Subscribe to comments
                
                