RAPID PHP Request
I force my server to read extentionless files in order to get rid of index.php pages and not use (?) strings in the URL's. Can you defualt highlight any unknown or unassigned files to have PHP syntax?
example: http://design.metalexpress.net/ redirects to:
http://design.metalexpress.net/mx
where mx is a PHP file without an extention. If I open the file in RPHP it is not syntax highlighted.
Syntax Highlighting on extentionless files
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Syntax Highlighting on extentionless files
<?php str_replace("ASP", "PHP", $str); ?>