View Single Post
  #6  
Old 11-27-2016, 07:59 AM
 
kaduchess@yahoo.com kaduchess@yahoo.com is offline
 

Member
  
Join Date: Jul 2010
Posts: 24
 

Default Re: Firetank Feed Manager - Creating a Google Aprooved File

you are right, my programmer did it for me, and I was not paying attention. this looks like the complete code
# feeds [[[
Options +FollowSymLinks -MultiViews -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/feed_(.*)\.txt$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ autofeed.php\?%1 [L]
</IfModule>
# /feeds ]]]
__________________
X-Cart 4.7
Using X-Cart for 6 years and loving it!
Reply With Quote