My phpmyadmin was accessible prior to installing ssl on my abyss web server using http://.
Since I have set up my ssl config when I try to access phpmyadmin on https:// the page loads but nothing is displayed.
I have installed ssl across my whole domain.
Do I need to edit the config.inc file to enable phpmyadmin on ssl and if so what changes need to be made?
Must have been a corrupt file somehow.
Solution was to remove all old phpmyadmin files and reinstall with latest version from the phpmyadmin website.
All okay now.
Related
I am working with my new website. I got SSL certificates file from Digicert SSL provider . I installed SSL as instructed . But my WordPress pages still get Insecure page error while other html and non-WordPress PHP pages works Okay. I am not sure what did i do wrong.
my website is
https://www.devbhusal.com/ shows insecure page error.
https://www.devbhusal.com/readme.html works fine.
https://www.devbhusal.com/test.php works fine.
If SSL installed successfully with domain and still site is not secure then please check if internal link used only http:// if yes then convert to https:// and still you not able to find then you can use https://wordpress.org/plugins/really-simple-ssl/ plugin.
I tried with simpl SSL and everything that I can find on internet. At last I made wordpress backup file, created new server in EC2 ,install fresh WordPress ,restore wordpress data and install SSL. Now it is working. I still couldn't figure out what went wrong with old settings.
When ever I try to open wordpress website on my localhost I get below error.
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
I have tried enabling HTTP activation but that did not work.
I have installed PHP for IIS from microsoft web PI, that did not work.
I think there is handler mapping missing, I am not able to map handle.
install wamp or xaamp and start php and mysql Service.
create a folder for example "site".
Copy all worpress folder and file in to www/site in wamp server
and enter the "localhost/site" in the browser and install wordpress quiqly.
soon wordpress goto run
Go and download the WAMP http://www.wampserver.com/en/
Its a set for web developers, that includes php, apache and mysql.
You can se localhost to act as a real webserver, you can find online many tutorials and how to
I'm still wondering for possible solution to this.
So I tried normal migration procedure for websites.
Copied the entire PHP script into my local server.
Replicated MariaDB database to my local server as well.
Now this thing happened next:
I've searched in the internet for others who encountered the same.
Anyway, the original site is hosted with SSL enabled.
Thank you!
Just go to your wordpress database look for siteurl and home inside wp_options table, change https: to http:
Or
Configured SSL on your local server.
I want to use phpList when user signs up in my website.
Currently i am working in local. To install phpList should i only copy to content of public_html/lists/ folder or whole public_html/lists folder into my local folder.
I tried this.
1)
I am bit confused here. Because i tried both in documentation it says you need to copy the content of the public_html/lists/. When i am doing this it successfully installed but when i try to create new subscriber page and try to save changes it give me this error "The requested URL /lists/admin/ was not found on this server."
2) When i copied lists/ folder into local server and when i tried open admin page it displays this. it hasn't even shown installation process which it normally does(database initialization).
To install phpList into local what should be copied into local folder?
I had this same issue after installing a second instance of PHPlist. The way I was able to fix it was by rebooting my server entirely. Upon logging in, I got the standard installation page. (Otherwise, I continued to receive the missing tables and invalid login page, even when rebooting XAMMP on a Windows Server.)
Using CPanel/Softaculous to install Mediawiki on my hosted website appears to install fine. Though not sure how much the installer checks.
I then setup a sub-domain such as wiki.mydomain.com to accept requests there.
After that, I also setup SSL cert in Cpanel. The cert is self-signed because at the moment I am just testing out the wiki and everything before I decided if I will purchase a cert.
Then, if I attempt to go to http://wiki.mydomain.com. I get the landing page of MediaWiki but if I attempt to go to https://wiki.mydomain.com I get nothing but a blank browser window.
Now, if i go to https://wiki.mydomain.com/index.php, I get a 404 error (I created a simple html page with a 404 error message then modified my .htaccess to show it on the 404).
When looking at the logs, it appears to be trying to find the index.php file under /home/mydomain/public_html/index.php instead of /home/mydomain/wiki/index.php.
Very confused on why this isn't working at all. I can post some configs and things as well but this account is a newly created CPanel account so not much as been done on it other then installing the wiki software.
(Edit) This is using SharedSSL. I couldn't get it to work without it. Some reason even after I made sure the site was the only one on the IP Address using WHM it was still showing it as a shared IP. :P
Fixed the SharedSSL by using this information: Cpanel Forums
You will have to make a new install of MediaWiki via Softaculous. Go on the install form you will get an option to "Choose Protocol" choose https:// there and in the "Choose Domain" dropdown choose your subdomain https://wiki.mydomain.com leave the "In Directory" field blank and then click on Install button.
Then you should be able to access the MediaWiki install at https://wiki.mydomain.com
I think the reason for this issue is due to how cPanel works with sub-domains and SSL. From what I gather, this appears to be a SSL cert issue since when CPanel rebuilds the httpd.conf using /scripts/rebuildhttpdconf command, it does not create a SSL virtual host for the sub-domain. Also, the parent domain works fine.
I ended up putting the wiki in /home/mydomain/public_html/wiki then setting up redirects for http://mydomain.com and https://domain.com to point to https://mydomain.com/wiki.
For now, that's all I could figure out to fix the issue was to drop the sub-domain.