adspace
how to parse files without .php extension as .php extension, if you using php5 version.
Answer Posted / preetysingh
<Files ~ "^[^.]+$">
SetHandler application/x-httpd-php5
</Files>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers