Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP/TPL Link Opens up As File Not Page Reply To: PHP/TPL Link Opens up As File Not Page

#149734
__
Participant

Write “contact.php” in your URLs

<a href="/contact.php">Contact Me</a>

then use .htaccess to rewrite the requests to point at the correct location:

RewriteEngine On
RewriteRule ^contact.php$ /template/contact/contact.php