Rewrite PHP extension to HTML

Category: X-Cart Snippets
Added:
Enter Price $
Quantity

Eg. news.php to news.html

Add to your .htaccess file...

Options +FollowSymlinks
RewriteEngine on
RewriteRule news.html news.php [nc]
RewriteRule sitemap.html sitemap.php [nc]
RewriteRule links.html links.php [nc]
RewriteRule faq.html faq.php [nc]