Trying to Rewrite sitemap.php to sitemap.xml
But when going to access https://www.indiaztour.com/sitemap.xml (Showing blank in firefox and HTTP ERROR 500 in chrome).
Note : Working fine on local server (xampp).
My HTACCESS Code is as below
Options +FollowSymLinks -MultiViews
RewriteEngine on
# ensure www.
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ensure https...
Code (markup):
from Apache https://ift.tt/2WCM83s
via IFTTT

0 Comments