I need help!
I deleted the file .htaccess and now my php scripts are not working!
How can I FIX THE ERROR?
I need help!
I deleted the file .htaccess and now my php scripts are not working!
How can I FIX THE ERROR?
Define "not working"
.htaccess should not affect whether or not a .php file works.
Did you have some rewrite rules or other stuff going on?
Please give a link to a page that is "not working" and maybe post the code.
Nothing is always absolutely so.
Deletion of .htaccess , shouldn't create any problem, regarding php execution- ya as descalzo says may be you have some rewrite rules written in .htaccess
and from what i can guess you might be using different file extension for php files not the default '.php ' extension and .htaccess may be having the rewrite rule for it...
And if at all you deleted .htaccess why not reupload?
Thanks u guys!
I solved the problem.