Title: MarSim's Replies | WordPress.org

---

# MarSim

  [  ](https://wordpress.org/support/users/marsim/)

 *   [Profile](https://wordpress.org/support/users/marsim/)
 *   [Topics Started](https://wordpress.org/support/users/marsim/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marsim/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marsim/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marsim/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marsim/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marsim/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieving page contents from WordPress database](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/#post-7011466)
 * Hello,
 * I started recreating my site and the tedious method already mentioned seems to
   work.
 * I hope that eventually the WordPress page content will be more loosely linked
   to the web site domain name.
 * Regards,
 * Marc
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieving page contents from WordPress database](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/#post-7011366)
 * Hello songdogtech,
 * I think I have found a way to sort out my problem.
 * First, I was able to re-enter into the WordPress back office and access all my
   pages, as follows:
    1. Reinstall Apache, PHP, MySQL and WordPress (this is all automated in a single
       bash script)
    2. Retrieve from my backup the SSL certificate and Apache files modified to enable
       SSL
    3. Execute the following commands:
        a2enmod ssl (this is what I was missing previously)
       service apache2 restart
 * Then, I visited the links you provided in your last reply and concluded that 
   they are intended for people having a deeper web site management knowledge than
   mine.
 * I therefore plan to use a slightly tedious method to implement the domain name
   change, but which should prevent me from having a nervous breakdown: I will take
   the original html code of each page, paste it in the new site and manually fix
   the links to images and other pages.
 * Thanks again for your attention in this matter.
 * Regards,
 * Marc
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieving page contents from WordPress database](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/#post-7011222)
 * Hello songdogtech,
 * We decided to change the name of the domain, say from [http://www.mysite1.ca](http://www.mysite1.ca)
   to [http://www.mysite2.ca](http://www.mysite2.ca). Since the SSL certificate 
   was generated based on [http://www.mysite1.ca](http://www.mysite1.ca), I thought
   I would first deactivate SSL, make the necessary changes in WordPress and then
   go back to SSL with a new certificate based on [http://www.mysite2.ca](http://www.mysite2.ca).
 * However, when I deactivated SSL in Apache, using
 *     ```
       a2dismod ssl
       a2dissite default-ssl
       service apache2 restart
       ```
   
 * I was never able to get back into the WordPress back office using [http://www.mysite1.ca](http://www.mysite1.ca)(
   or [https://www.mysite1.ca](https://www.mysite1.ca) for that matter).
 * I will have a look at the links you provided.
 * Thanks again.
 * Marc
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieving page contents from WordPress database](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/retrieving-page-contents-from-wordpress-database/#post-7011211)
 * Hello songdogtech,
 * Thank you very much for your suggestion.
 * I installed the Adminer plugin and was able to see that it imported successfully
   the entire WordPress database (in the form of a .sql file obtained from a back-
   up made a couple of days ago) but then the site broke and I was thrown out of
   WordPress.
 * I will next try to use Adminer as a stand-alone tool so that I do not have the
   same problem. I will report my findings soon.
 * Best Regards,
 * Marc
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCP Contact Form] How to integrate reCaptcha to WCP Contact Form](https://wordpress.org/support/topic/how-to-integrate-recaptcha-to-wcp-contact-form/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/how-to-integrate-recaptcha-to-wcp-contact-form/#post-6729432)
 * Hello WebCodin Team,
 * Understood, thank you.
 * Two final comment/question:
    1. I was able to control the style of the various fields by inserting the WCP shortcode
       in a div with the desired class taken from my WordPress CSS sheet.
    2. Since I do not currently have a SMTP server installed on my VPS, no email is
       sent by the WCP Contact Form to say “info@mydomain.com” or “webmaster@mydomain.
       com”. But thanks to the WCP’s Inbox page, I will be able to easily access the
       requests sent by my site’s visitors. That being said, am I right assuming that
       email notifications will be sent once a SMTP server is installed, in addition
       to the notifications sent to the WCP Inbox?
 * Thanks again.
 * Marc
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCP Contact Form] How to integrate reCaptcha to WCP Contact Form](https://wordpress.org/support/topic/how-to-integrate-recaptcha-to-wcp-contact-form/)
 *  Thread Starter [MarSim](https://wordpress.org/support/users/marsim/)
 * (@marsim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/how-to-integrate-recaptcha-to-wcp-contact-form/#post-6729413)
 * Hello WebCodin Team,
    Thank you very much for your prompt answer, this is working
   now! Is there a way to change the “I’m not a robot” text? Thanks again. Marc

Viewing 6 replies - 1 through 6 (of 6 total)