Hi, i'm following this tutorial:
to make my site mobile friendly. I don't have the time to do it manually so this method seems pretty good. The trouble i'm having is the bit where it says to place:
php_value auto_prepend_file /localfilepath/global_prepend.php
php_value auto_append_file /localfilepath/global_append.php
in my .htaccess file. I have added the code but i'm not sure what to change the localfilepath part to. For testing purposes i am hosted on a windows but online i have a unix server. Ideally i'd like to get it working on both but don't know how to get the path to the files. Appreciate the help. Thanks
to make my site mobile friendly. I don't have the time to do it manually so this method seems pretty good. The trouble i'm having is the bit where it says to place:
php_value auto_prepend_file /localfilepath/global_prepend.php
php_value auto_append_file /localfilepath/global_append.php
in my .htaccess file. I have added the code but i'm not sure what to change the localfilepath part to. For testing purposes i am hosted on a windows but online i have a unix server. Ideally i'd like to get it working on both but don't know how to get the path to the files. Appreciate the help. Thanks