Use .do Extension

Posted on Monday, July 6, 2009 in .htaccess

Options -Indexes
AddType application/x-httpd-php do php
RewriteEngine On
RewriteRule ^pg.do$ index.php?%{QUERY_STRING} [L]

Leave a Comment

You must be logged in to post a comment.