Re: [PHP] Use PHP to disable htaccess

2006-10-05 Thread Richard Lynch
On Thu, October 5, 2006 2:50 pm, Justin Cook wrote: > I took over a website that uses a htaccess file to auto append a file > to every page. I have one page that I do not want to do this one. Is > there a way to disable the htaccess file with a php statement on this > one page? Thanks! Not with a

[PHP] Use PHP to disable htaccess

2006-10-05 Thread Justin Cook
I took over a website that uses a htaccess file to auto append a file to every page. I have one page that I do not want to do this one. Is there a way to disable the htaccess file with a php statement on this one page? Thanks!