php scripts not working! - Help!!!

nickaang

New Member
Messages
12
Reaction score
0
Points
1
I need help!

I deleted the file .htaccess and now my php scripts are not working!

How can I FIX THE ERROR?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
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.
 

liketobemad

New Member
Messages
26
Reaction score
0
Points
0
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?
 
Top