electroszim
Forum Replies Created
-
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Memberpress protected RSSNow it finally works for me.
You didnt give me totally correct information.
1. The code you gave me had to be insertetd at the top of the .htacess file. At least before the wordpress default code that was allready there. (Or replace it)
2. When I put the code inside the BEGIN and END marker WordPress automatically changed the file back to what it was before my editing. Therefore I had to put the code outside of the BEGIN and END markers.This is why I couldnt get it to work for me although I followed all your steps
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Memberpress protected RSSQuestion: Did you mean I should REPLACE this code in the .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>with this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* – [e=HTTP_AUTHORIZATION:%1]
RewriteBase /
RewriteRule ^index\.php$ – [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
</IfModule>OR
Should I just ADD the code to the htacess file?Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Memberpress protected RSSThis is still not solved. My host wants to know
where to check the script for the authentication login pop-up.
Can you help me with this?This is still not solved. My host wants to know
where to check the script for the authentication login pop-up.
Can you help me with this?I just had a long talk with the support at one.com. They fixed the problem by changing name of the htaccess file to htaccess.txt .
Now it works.
Thanks for your helpSorry misunderstood. My host has Apache servers and Mysql database. So I guess it should work with the htaccess edits I just made.
Sorry, didnt see the Q/A link.
I edited the htaccess file and it still doesnt work.My host is using MySql/mariaDB, what do I ask them when I contact them? I dont think I can make them change database.
I cant find anything about PHP or CGI on that link.
But I know I have PHP 7.1 and FCGI on my server. In this thread that seems to be the solution but it still doesnt work for me/S
My server has php 7 and fast cgi. I still get the same problems.
I cant log in via my podcast app
Any idea what is wrong?