Crash.
Forum Replies Created
-
Forum: Plugins
In reply to: [iframe] Not working and returns error 404I had cut and pasted from the example, but somehow the character code for the quotes must have been wrong.
It resulted in this ” vs " which is what comes out when I type a quote character.
I think the example below has the correct quotes now:
[iframe src="https://www.youtube.com/embed/4qsGTXLnmKs" width="100%" height="500"]
Thanks!
- This reply was modified 6 years, 10 months ago by Crash..
Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSIt was the WordPress installer for my device (Netgear ReadyNAS 516) that assigned WordPress to an alternate port because 80 was being used by the administration manager to redirect to its https login.
It was necessary to disable that feature, change the port assignment for WordPress, and I also moved it into the website directory and updated the php database entries for home and site url using phpmyadmin so the new directory was included. A few files (images) had to be re-linked to the new directory, but other than that things seem to be working.
Thanks
Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSYou don’t think it has to do with any of the WordPress config files or database variables? I’m not sure why WordPress would come pre-configured to only support https. Thanks
Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSI have connected the server to an external IP, and there is no difference when accessed using that. I will be administering the server, and neither our IT department or a Linux centric colleague have any suggestions.
Thanks!
Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSI have this on an internal server at the moment, while I try to convert our old site. It is not accessible from the outside. Does that make a difference?
Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSI don’t know what a pastebin is.
This should be accessible:
https://www.dropbox.com/s/56sgrcf6c5i0r2m/wordpress.txtForum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSBack to the original problem, here are some config files in case this gives any insight:
[Excessive code moderated. Please use a pastebin.]Forum: Fixing WordPress
In reply to: 404 Not found with HTTP, visible with HTTPSI tried the default https: and also http:
WordPress Address (URL)
https://ip.address.of.server/apps/wordpressSite Address (URL)
https://ip.address.of.server/apps/wordpressWordPress Address (URL)
https://ip.address.of.server/apps/wordpressSite Address (URL)
https://ip.address.of.server/apps/wordpressUnfortunately, I just broke something by trying another setting here and can’t access the WordPress admin page. Can you tell me which file contains these settings?
Thanks