Enable SSI on Apache using .htaccess file

  • Thread starter Thread starter Sushubh
  • Start date Start date
  • Replies Replies 3
  • Views Views 5,918

Sushubh

Admin
Staff member
Messages
406,971
Location
Gurgaon
ISP
Excitel
Airtel
This code enables SSI support for all files with extension .htm .html and .shtml

Code:
AddType text/html .shtml .html .htmAddHandler server-parsed .shtml .html .htmOptions Indexes FollowSymLinks Includes
 
Thanks brother,I was trying to use SSI without defining .htaccessnow its working fine. Its time for me to learn more on to this.I am going to finish off some topics out of : 🤔 although.. feeling sleepy.Introduction and SSI basics.Does your host have SSI enabled? SSI Test.IncludeECHO - Introduction.ECHO - Date & Time.ECHO - Last Modified.ECHO - Back Link.ECHO - Other uses.ExecFsize
 
just keep adding any cool piece of code you find online in the resource section! 🙂
 

Top