how to parse files without .php extension as .php extension, if you using php5 version.
<Files ~ "^[^.]+$">
SetHandler application/x-httpd-php5
</Files>
| Is This Answer Correct ? | 0 Yes | 2 No |
What does the graceful restart option in apache do?
how to parse files without .php extension as .php extension, if you using php5 version.
What is a difference between apache and nginx web server?
How to hide server version details in http response header?
Where can I find apache logs?
Briefly explain apache web server?
What is meaning of "listen" in httpd.conf file?
How you will put a limit on uploads on your web server?
Can apache and tomcat run together?
If you specify both deny from all and allow from all, what will be the default action of Apache?
Can we cache files which are viewed frequently?
What is the difference between a restart and a graceful restart of a web server?