We can add custom file extension in Apache PHP application. We can add our custom file extension instead of .php
For example, index.xyz instead of index.php
Open httpd.conf located in apache/conf folder
Find " <IfModule mime_module> "
Add " AddType application/x-httpd-php .xyz "
Restart your apache server
No comments:
Post a Comment