unsubscribe.php giving 500 error on php 7.4.33
@Sven
https://docu.gsa-online.de/website_contact/unsubscribe_blacklist
Apache 2.4.37, php 7.4.33 different RHEL linux distros
i used unsubscribe.php on 2 different servers to test , both have working php websites and it is giving 500 error on both servers. Other sites are working fine.
i have changed ownership, permissions on file. Options in virtualhost but nothing seems to work
passed domain in argument http://www.mywebsite.com/unsubscribe.php?d=%domain%
but nothing registers in blacklist.txt
both unsubscribe, blacklist are in root folder
this is content of .htaccess file server 1
this is content of .htaccess file server 2
<IfModule mod_rewrite.c>
I know Just a minor tweak is needed somewhere , i can't point my finger at it at the moment
https://docu.gsa-online.de/website_contact/unsubscribe_blacklist
Apache 2.4.37, php 7.4.33 different RHEL linux distros
i used unsubscribe.php on 2 different servers to test , both have working php websites and it is giving 500 error on both servers. Other sites are working fine.
i have changed ownership, permissions on file. Options in virtualhost but nothing seems to work
passed domain in argument http://www.mywebsite.com/unsubscribe.php?d=%domain%
but nothing registers in blacklist.txt
both unsubscribe, blacklist are in root folder
this is content of .htaccess file server 1
# BEGIN YOURLS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /yourls-loader.php [L]
</IfModule>
# END YOURLS
this is content of .htaccess file server 2
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I know Just a minor tweak is needed somewhere , i can't point my finger at it at the moment
Comments
can you show me .htaccess
and
virtualhost lines inside tags
issue is with one of above
error logs register only this
Anyone else having this issue or working for anyone ?
this is in the GET
/unsubscribe.php?d=%http://example.com%&real=yes