After several months, the problem still exists: Problem with PulseCMS 5.3.9 >> ERR_TOO_MANY_REDIRECTS

Still have the problems I described below. I send all my log files but I don't get any reaction about the problem solving? What is the status of my problem? Did you checked the log files and what was the information you got out of it?
What is the reason that you didn't contact me in the meantime?

Problem:

When I copy the PulseCMS 5.3.9 file to the host server and then do the install with [websitename]/admin/install.php I get the notification that "This page is not working", {website} has redirected too many times, try to delete your cookies, ERR_TOO_MANY_REDIRECTS. Whatever I try, delete my cookies , nothing works. The message keeps the same.

I made a ticket to my hostprovider and they came back that the lines"

ensure HTTPS - comment out lines 10 and 11 if installing locally without an SSL certificate

RewriteCond %{HTTPS} off

RewriteRule ^/?(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

are not necessary, because the forcing of HTTPS is already done by there system of the Hosting Provider.

The .htaccess file contains:

Uncomment line 2 and 3 below if uploading issues via Media or Dropzone

php_value upload_max_filesize 20M

php_value post_max_size 25M

RewriteEngine On

RewriteBase /

ensure HTTPS - comment out lines 10 and 11 if installing locally without an SSL certificate

RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

draft blog pages

RewriteRule ^blog-draft-([^-]*)? "index.php?p=blog-draft-$1" [L,QSA]

RewriteRule ^tagged/(.*)$ ?p=blog&blog_tag_name=$1 [L,QSA]

RewriteRule ^blog-page-([^-] )$ ?page=$1&p=blog [L,QSA]
RewriteRule ^blog-([^-]
)+? ?d=$1&p=blog [L,QSA]

end points for embedding into non-Pulse sites

RewriteRule ^endpoint/(.*)$ end_point.php?item=$1 [L,QSA]

drop zone upload handler

RewriteRule ^dropzone_upload_handler.php$ dropzone_upload_handler.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?p=$1 [QSA,L]

Adds SVG image support

AddType image/svg+xml svg svgz
AddEncoding gzip svgz

add audio/video support

AddType video/mpg .mpg
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

AddType audio/mpeg .mp3
AddType audio/ogg .ogg
AddType audio/mp4 .m4a
AddType audio/wav .wav

block directory listing

Options -Indexes

After deleting the "# ensure HTTPS..................................", I get the error message HTTP ERROR 500.

What is wrong here? Do I something wrong? I only have copied the PulseCMS files to the server and I can't install it because of this. Please help?

With Regards,

Jeroen Kotterlink

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.