Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

server side includes

  • 28-01-2004 5:41pm
    #1
    Registered Users, Registered Users 2 Posts: 648 ✭✭✭


    hi ive created pages in dreamweaver using SSI's.
    When they are uploaded to the server they do not work.

    Should SSI work on all servers? or just specific ones?


Comments

  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    ssi doesn't usually run by default, server admins need to set it up, only let it be used for #include file calls, never for exec of something and often won't due to security probs, full stop.

    also in my experience ssi are rarely permitted on isp virtual hosts and imho shouldn't be

    even more also there's factors in where in the directory structure you have your files depending on server platform.

    best to read the DW help on ssi's which might give you more insight into your problem


  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    As mentioned, SSI is not turned on by default in a lot of shared hosting environments. You will also find that the implementation may vary from provider to provider.
    There are a number of good guides on possible uses etc:
    http://directory.google.com/Top/Computers/Programming/Internet/SSI/?tc=1


Advertisement