|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
GoDaddy and SSI problems
My side server includes will not work. I don't know if its something with GoDaddy or not. They work fine with I run on my PC with IIS. I installed FP extensions in hopes it would fix it
Any ideas? |
|
#2
|
||||
|
||||
|
most hosts block parent path in the SSI so you have to give full path starting in the root when you include:
Code:
will NOT work: <!-- #include file="../include/STDLIB.asp" --> Code:
Solution: <!-- #include file="/root/include/STDLIB.asp" --> where the "root" is the root folder of your hosted website. |
![]() |
| Viewing: ASP Free Forums > Web Design > Windows Web Hosting > GoDaddy and SSI problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|