I have the following script
And the .php file puts it on the page, simple. But im having one problem, I want the .php file to be in one location on my account so i can change it and the rest follow suit but when i change that link to http://www.ariel-networkz.com/header/header.php it doesnt work anymore, I get this message
The requested URL /header/header.php/index.html was not found on this server. Even though ive changed the link to goto a completely different domain
I dont understand whats wrong any link i put in it messes up, and i dont wnat it in ever account as it would take ages to update.
Can anyone help?
- Dan
Code:
AddHandler headered .htm
AddHandler headered .html
Action headered /header/header.php
And the .php file puts it on the page, simple. But im having one problem, I want the .php file to be in one location on my account so i can change it and the rest follow suit but when i change that link to http://www.ariel-networkz.com/header/header.php it doesnt work anymore, I get this message
The requested URL /header/header.php/index.html was not found on this server. Even though ive changed the link to goto a completely different domain
I dont understand whats wrong any link i put in it messes up, and i dont wnat it in ever account as it would take ages to update.
Can anyone help?
- Dan







