PastonBin/feed/.htaccess

9 lines
253 B
ApacheConf
Raw Normal View History

2017-06-17 19:22:17 +02:00
RewriteEngine On
RewriteRule ^rss.xml$ rss.php [NC,L]
#If you want to display your RSS Feed like as http://example.com/feed/ then append this following code in your website's htaccess file.
# RewriteEngine On
# RewriteRule ^feed/?$ rss.php [NC,L]