Welcome Guest, Not a member yet? Register   Sign In
Ignore HTML file
#1

[eluser]Rob Bonner[/eluser]
Hello,

I am looking for a way to have codeigniter igonre a HTML file in the root of the CI directory. It appears to want to process it, I need it to exist outside of CI.

Thanks in advance!

Rob
#2

[eluser]WanWizard[/eluser]
You need to exclude it from rewriting in your .htaccess file. Something like
Code:
RewriteCond $1 !^myfile.html$




Theme © iAndrew 2016 - Forum software by © MyBB