For some strange reason it is not possible to access the cron. It is not possible to access the index.php files.
I did a search in admintools settings and I have allready disabled redirect index.php request to the main page.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by nicholas on Sunday, 18 December 2022 05:24 CST
For some strange reason it is not possible to access the cron. It is not possible to access the index.php files.
I did a search in admintools settings and I have allready disabled redirect index.php request to the main page.
You are misdiagnosing the problem.
When I access https://www.glansbeton.be/index.php the page loads just fine. The redirection to https://www.glansbeton.be/ comes from Joomla itself. See the wGet output:
$ wget "https://www.glansbeton.be/index.php" -O /dev/null --2022-12-18 13:21:23-- https://www.glansbeton.be/index.php Resolving www.glansbeton.be (www.glansbeton.be)... 83.217.74.157 Connecting to www.glansbeton.be (www.glansbeton.be)|83.217.74.157|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.glansbeton.be/ [following] --2022-12-18 13:21:24-- https://www.glansbeton.be/ Reusing existing connection to www.glansbeton.be:443. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘/dev/null’ /dev/null [ <=> ] 109,41K 388KB/s in 0,3s
When I access the URL you tell me you are trying to use (https://www.glansbeton.be/index.php?option=com_easydiscuss&task=cron) I get an internal server error without a redirection. See the wGet output:
$ wget "https://www.glansbeton.be/index.php?option=com_easydiscuss&task=cron" -O /dev/null --2022-12-18 13:21:05-- https://www.glansbeton.be/index.php?option=com_easydiscuss&task=cron Resolving www.glansbeton.be (www.glansbeton.be)... 83.217.74.157 Connecting to www.glansbeton.be (www.glansbeton.be)|83.217.74.157|:443... connected. HTTP request sent, awaiting response... 500 Internal Server Error 2022-12-18 13:21:08 ERROR 500: Internal Server Error.
The lack of redirection and the immediate server error means that your problem is with the extension handling the request (EasyDiscuss).
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!