Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Generate HTTPS feeds with rss_feed_2-1-6

    I am using zen cart 1.5.5f and rss_feed_2-1-6, how do make the generated feed with https instead of http since i am forcing ssl on all pages. Thanks.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    How are you forcing https on all pages?

    Seems if following: https://www.zen-cart.com/content.php...alled-zen-cart (be sure to read to the end) that it would do so automatically or else http: is in some way hard-coded into the plugin.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    From what I've seen of the plugin, if you follow mc12345678's lead and do the recommended base changes for https-all-the-time the rss plugin should follow.

  4. #4
    Join Date
    Jul 2018
    Location
    Lepia
    Posts
    13
    Plugin Contributions
    0

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    Quote Originally Posted by TamyA View Post
    I am using zen cart 1.5.5f and rss_feed_2-1-6, how do make the generated feed with https instead of http since i am forcing ssl on all pages. Thanks.
    I had to delete and upload the htaccess file from scratch

  5. #5
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    Quote Originally Posted by mc12345678 View Post
    How are you forcing https on all pages?

    Seems if following: https://www.zen-cart.com/content.php...alled-zen-cart (be sure to read to the end) that it would do so automatically or else http: is in some way hard-coded into the plugin.
    am serving all pages with https, i changed all the path to relevant paths and added the lines of code to the .htaccess to redirect any page with http to https, not sure if the word force is the correct term here but that is what i did.
    I

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    Quote Originally Posted by TamyA View Post
    am serving all pages with https, i changed all the path to relevant paths and added the lines of code to the .htaccess to redirect any page with http to https, not sure if the word force is the correct term here but that is what i did.
    I
    Could you be a little more specific? Besides the .htaccess file at the root of your store (assuming that is where it was placed, but not sure as ZC does not come with an .htaccess in the root of the store, therefore there is no .htaccess to which redirect lines are added.... The file must be created and the lines added to it...)

    So where (what file(s)) were these paths modified?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    Quote Originally Posted by mc12345678 View Post
    Could you be a little more specific? Besides the .htaccess file at the root of your store (assuming that is where it was placed, but not sure as ZC does not come with an .htaccess in the root of the store, therefore there is no .htaccess to which redirect lines are added.... The file must be created and the lines added to it...)

    So where (what file(s)) were these paths modified?
    Yes the htaccess is in the root under the /public_html and these 3 lines of code added to it as follow
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

  8. #8
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Generate HTTPS feeds with rss_feed_2-1-6

    Quote Originally Posted by TamyA View Post
    Yes the htaccess is in the root under the /public_html and these 3 lines of code added to it as follow
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    So as both lat9 and I have suggested, the FAQ: https://www.zen-cart.com/content.php...alled-zen-cart identifies the need to also modify the includes/configure.php and admin/includes/configure.php.

    Neither of those two files have been identified as being modified (yet). Unless there is a reason to repeat the content of the FAQ, please follow the direction provided there. If there is something not understood about those instructions or how to do something related to them, please ask.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Replies: 3
    Last Post: 18 Nov 2016, 01:32 AM
  2. Generate images with absolute paths
    By damiantaylor in forum General Questions
    Replies: 3
    Last Post: 5 Sep 2012, 01:10 PM
  3. Price Sorter help & advise with XML feeds please
    By mccltd in forum General Questions
    Replies: 1
    Last Post: 2 Mar 2010, 02:28 PM
  4. trouble with uploading datea feeds thru EP
    By missdebb in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Feb 2010, 04:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg