Helpful Information
 
 
Category: Other server side languages / issues
.htaccess forcing files to be parsed as php

well I ate my .htaccess file on acident :mad: and can't remeber how to force a file to be parsed as php.

easiest way:

<Files page.javaman>
ForceType application/x-httpd-php
</Files>

Also an easy way to make pages look like directories:

file : fakedir (no extension)
<Files fakedir>
ForceType application/x-httpd-php
</Files>

Or get a few pages with your own custom extension:

AddType application/x-httpd-php .tjm

Thanks, I found out abou thr forcetype by some random guessing...










privacy (GDPR)