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

wamp and SSI

Options
  • 18-02-2012 2:50pm
    #1
    Registered Users Posts: 1,002 ✭✭✭


    I have WAMP running with
    • apache 2.28
    • php 5.2.5 &
    • MySQL 5.0.51a

    I have a rewrite rule in .htaccess:
    RewriteRule ^start.html$ start.php [L]

    I have configured apache for SSI & restarted the service
    • Options Indexes +Includes FollowSymLinks
    • AddType text/html .php
    • AddOutputFilter INCLUDES .php

    my .php file has this added:
    <? include ("ssi/footer.php"); ?>

    But it's just not working. the footer is not appearing.
    Any ideas?


Advertisement