• Web Design
  • UX
  • Development
  • Others
    • Softwares
    • Operating System
  • About

Help Me Code

Improve Programming Skills and User Experience

apache2

Configure Apache Server for SSI (Server Side Include) – .shtml files

May 28, 2010 by Ankur Gupta Leave a Comment

Edit the httpd.conf file residing in <Apache Installation location>/conf folder, and add a directive for SSI include. Add the code below in httpd.conf file with correct directory path <Directory C:Apache2.2htdocsinclude> Options +Includes AddType text/html .shtml AddHandler server-parsed .shtml </Directory> All files in the C:Apache2.2htdocsinclude directory that contain a .shtml extension get parsed by Apache before … [Read more…]

Posted in: Development Tagged: apache2

[How To] Change default page for apache other than index.html

April 22, 2010 by Ankur Gupta Leave a Comment

Some times you see when you open a folder, its showing list of pages contained in that folder instead of displaying index.php (or any similar default page). By default Apache shows index.html as the default page but if you want to include more sach pages, you need to make change in httpd.conf file. Go to … [Read more…]

Posted in: Development Tagged: apache2, php

[How To] Install Apache 2 HTTP server in linux

July 15, 2008 by Ankur Gupta Leave a Comment

• Read #How to add extra repositories • Install: sudo apt-get install apache2 • Access http://localhost • Depending on how you setup apache, you may need to run a command to map public_html directories (inside user home directories) to ~. like, http://localhost/~aglow The optional command is: sudo a2enmod userdir • Restart: sudo /etc/init.d/apache2 restart

Posted in: Operating System Tagged: apache2, linux, ubuntu

Popular Topics

  • Expression Language Not Working In JSP - Solution
  • PHP Warning: preg_match_all(): Compilation failed: unrecognized character after (?< at offset

Recent Posts

  • How to show time in client/browser timezone in ADF
  • What are Pseudo Class Selectors?
  • text-decoration – CSS Property
  • text-align – CSS Property
  • float – CSS Property

Copyright © 2022 Help Me Code.

Omega WordPress Theme by ThemeHall