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

#149783

here is what I have done

AddHandler application/x-httpd-php52 .tpl

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

If I wanted to add another link just add

RewriteRule ^about.php$ /info/about.php

Would I need to put RewriteCond or base?

when have click send button and refresh it show up the old link on mail/contact.php