![]() |
#1
|
||||
|
||||
![]()
Good morning,
It's really great to see an update for this script. Although I'm having an issue with my site not being able to run after installation. I believe my version of PHP is too high on my server (7.2.24), so I wait for future compatibility updates. In the meantime, I'm trying to see if there is a way to utilize the secure HTTP protocol. Any attempts to do this through conf file configuration and rewrite engine have failed. I have configured the vhost properly for HTTPS, and successfully tested it. Alas, once the script is installed, it no longer handles HTTPS requests properly. Has anyone got it working? Last edited by LucasA33; 12-27-2020 at 06:24 PM. |
#2
|
||||
|
||||
![]()
I'm using https with my install. In the htaccess file, make sure this line says https instead of http if you're using https:
PHP Code:
PHP Code:
These ones bounce back to the last page you were on, alternatively, if you'd rather they end up at the index, use PHP Code:
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. |
#3
|
||||
|
||||
![]()
The .htaccess is actually a good solution for Apache users. I should have used the proper term "server block", but I'm using Nginx right now. I'm a bit rubbish though, so maybe I can get a workaround though the server block, as you did with the .htaccess file.
I retract my redirect statement, as I was just being dumb. ![]() |
#4
|
||||
|
||||
![]()
Oh, I'm not sure how to get Mysidia working with Nginx at all, then. It uses .htaccess files to format how the urls are structured. You'll have to find some way of converting the .htaccess files that come with Mysidia into whatever Nginx uses, I guess?
(Unrelated, bc it may not help you, but with an .htaccess file you can also dynamically lower the php version used for a folder and all of its children... So even if you have a higher version installed, you can still force it to run an older version. I have more than just Mysidia on my domain and I need php7 for my other projects, but php 5.6 for Mysidia, ofc...) PHP Code:
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it. |
![]() |
Thread Tools | |
Display Modes | |
|
|
What's New? |
What's Hot? |
What's Popular? |