Forum
Welcome, Guest
Please Login to access forum.
Re:.htaccess changes per docs (1 viewing) 
Go to bottom
TOPIC: Re:.htaccess changes per docs
#435
John Dagelmore
Admin
Posts: 3873
User Offline
Re:.htaccess changes per docs Karma: 84  
Hi Bill,

the default syntax to rewrite sitemap.xml dummy file is this:
Code:

RewriteRule ^sitemap\.xml$ index.php?option=com_jmap&view=sitemap&format=xml [L]
Code:

RewriteRule ^sitemap\.images$ index.php?option=com_jmap&view=sitemap&format=images [L]
It normally works without issues, ensure you respect the exact syntax and spaces. The code you posted seems having not spaces after $ sign and xml suffix:
Code:

RewriteRule ^sitemap\.xml$index.php?option=com_jmap&view=sitemap&format=xml[L]
Best regards John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
.htaccess changes per docs
Bill Slaughter
    thread link
thread linkthread link Re:.htaccess changes per docs
John Dagelmore
    emo
thread linkthread link Re:.htaccess changes per docs
Bill Slaughter
    thread link
thread linkthread linkthread link Re:.htaccess changes per docs
John Dagelmore
Go to top