How to disable https from wordpress site?

I think it’s in the wp_options table as ‘home_url’ and ‘base_url’, set both to start with http and Save the table in phpMyAdmin. If you can’t login still, disable plugin by renaming the folder. Still failing, check htaccess file and wp-config files for forced security.

Ways to work offline with your WordPress

MAMP is the quickest route to a local dev environment. You can also use your Mac as a LAMP server without to much trouble, I found this more stable and easier to recreate server conditions than using MAMP. This is an excellent guide https://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/ A 3rd option is to start using Docker… This is my … Read more

Tags not importing when using WordPress import system

Save the xml snippet to a xml file. And after seeing the message Failed to import post tag (after importing all the posts) import this file. It will import all the tags. Here is your xml– <?xml version=”1.0″ encoding=”UTF-8″?> <rss version=”2.0″ xmlns:excerpt=”http://wordpress.org/export/1.2/excerpt/” xmlns:content=”http://purl.org/rss/1.0/modules/content/” xmlns:wfw=”http://wellformedweb.org/CommentAPI/” xmlns:dc=”http://purl.org/dc/elements/1.1/” xmlns:wp=”http://wordpress.org/export/1.2/”> <channel> <wp:wxr_version>1.2</wp:wxr_version> <wp:tag> <wp:term_id>31</wp:term_id> <wp:tag_slug><![CDATA[accounts]]></wp:tag_slug> <wp:tag_name><![CDATA[Accounts]]></wp:tag_name> </wp:tag> <wp:tag> <wp:term_id>148</wp:term_id> … Read more

Redirect only posts to New Domain

Thanks everyone for taking time to look and get it solved. After so many trials and try-catch, I managed to achieve the above task by adding these lines to .htaccess RewriteCond %{HTTP_HOST} ^(www\.)?prsblog\.com$ [NC] #RewriteCond %{REQUEST_URI} !\.(jpe?g|png|gif|ico)$ [NC] RewriteCond %{REQUEST_URI} !wp-admin RewriteRule ^(.*)$ https://www.pyarb.com/$1 [L,R=301] This solved my problem for instant.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)