Jump to content

Elon Report

Clients
  • Joined

  • Last visited

  1. The writing is what confused me. The text I highlighted above does not suggest I upload the file. A newbie IPB admin may understand that mod_rewrite is not enabled (that was the issue), but coming from version 4, I was expecting a file to be downloaded. Unless it explicitly tells me to replace a file, I will not do so.
  2. I'm still having problems with my chat add-on related to mod_rewrite. The chat link is located in https://elon.report/chat/ Once you are in the chat, it never requests another page so it works fine - but I can't get into the chat anymore. :( Here is my main mod_rewrite. Can anyone tell me if it looks OK so I can troubleshoot elsewhere? If it's best practice - is there a way I can turn off the rewrite just for chat? Or, what is the URL I need to use to have this redirect to https://elon.report/chat/chat.php ? <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  3. Yep - I think you are right. I'm using Plesk for Linux and they do it via "Additional Apache Directives". I followed the instructions below https://support.plesk.com/hc/en-us/articles/12377525282967-How-to-enable-Apache-nginx-rewrite-rules-in-Plesk Then I have to remove the line RewriteBase / and check the Proxy Mode box: It appears to be working - thank you! Now I am back to my original problem - I can't name my custom page chat/chat.php because it seems to mis redirect. I'll just name it to something else. :)
  4. Odd! Here is my v5 self-hosted instance, I searched for htaccess and it was the only result.
  5. Yes - the only change I made between v4 and v5 was upgrade php from 8.1 to 8.2. When you get back to your comp, let me know if you can provide a file for my server. :)
  6. v4 said download this file and replace it on your server. It then made sure you had uploaded it. v5 says For assistance on how to do this, contact your hosting provider or system administrator. To see the .htaccess used for Apache servers for comparison, download this file. If I download that comparison file, it does not work. If it is the same, why does the wording suggest it's not?
  7. I'm ignorant about the .htaccess structure. V4 used to provide a file to upload, but now V5 only shows a sample file. Where can I get the exact file I need for my configuration?
  8. Thanks! I turned it on, but it no longer gives an .htaccess file to upload - just an example file To see the .htaccess used for Apache servers for comparison, download this file. I'm getting an error if I try to turn it on: The rewriting does not seem to be working.
  9. I created a database/page called chat. I created an external page called chat.php I create a menu item called Chat that goes to an external link I enter as: https://elon.report/chat/chat.php When I go back, it's been re-written to: https://elon.report/index.php?/chat/chat.php which throws an error. This happens every time. I had a thought, and deleted the page/database. Now the link stays the same when I close it.
  10. Wow it was several years old - shows how solid your coding is! Updated and thx.
  11. The task is clubrebuild Recalculates the data in clubs for sorting. I've tried removing the lock from the admin area. I can then run it fine from that area, but if left to run on its own, it will lock again. I have one test club. I tried deleting it but I received an error. I can have support look at it, or I can receive instructions on how to manually delete all clubs. I have nothing I need to keep.
  12. Elon Report posted a post in a topic in Feedback
    I was looking for a way to display the number of views to my front page when I came across this "bug". I realize it's insignificant, but it's New Years day and I'm bored.
  13. I was using my own SMTP service - arrow.mxrouting.net . It's not Sendgrid... it's something in my install that thinks I'm still using Sendgrid... Anyway, I've moved back over and things are working OK. I'll troubleshoot after holidays.
  14. Marc, I don't have sendgrid enabled. I have SMTP enabled. I think this would be on your end, something in the database not updating properly? I'll go just back to Sendgrid for now. I don't want to bother anyone on xmas Eve. 🙂