R
rukna
Newbie
- Messages
- 21
- Location
- NA
Test if my server support SSI or not.
Write the following code
save as test.shtml
S here stands for server.
if u get the output on browser as date, then ur server has SSI parsing support, otherwise u have to enable that.
To enable one have to add .htaccess file
Write the following code
Code:
SSI Test
S here stands for server.
if u get the output on browser as date, then ur server has SSI parsing support, otherwise u have to enable that.
To enable one have to add .htaccess file