<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ozar.net - Recent questions and answers in CMS Software</title>
<link>http://ask.ozar.net/qa/it-technical/cms-software</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to create a SSL certificate on Mac for my Wordpress blog installation on localhost (OS X Yosemite)?</title>
<link>http://ask.ozar.net/801/create-certificate-wordpress-installation-localhost-yosemite</link>
<description>

&lt;p&gt;
	I created a &lt;strong&gt;clone&lt;/strong&gt; of my &lt;strong&gt;Wordpress&lt;/strong&gt; &lt;strong&gt;blog&lt;/strong&gt; on my Mac copying the exact files and the site structure as well as the database.
&lt;br&gt;
	
&lt;br&gt;
	The front page of the blog shows up alright, however I can&#039;t access &lt;strong&gt;wp-admin/&lt;/strong&gt; and can&#039;t access &lt;strong&gt;wp-login.php&lt;/strong&gt; either. Instead I get the error:
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		Safari Can’t Open the Page
&lt;br&gt;
		
&lt;br&gt;
		Safari can’t open the page “&lt;a href=&quot;https://www.mynewawesomeblog.com/wp-login.php”&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.mynewawesomeblog.com/wp-login.php”&lt;/a&gt; because Safari can’t establish a secure connection to the server “www.mynewawesomeblog.com”.
&lt;br&gt;
		&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	Since Safari says it can&#039;t establish a secure (&lt;strong&gt;https&lt;/strong&gt;) connection, I understand I need a local &lt;strong&gt;SSL certificate&lt;/strong&gt;.
&lt;br&gt;
	
&lt;br&gt;
	My question is how can I create one?&lt;/p&gt;</description>
<category>CMS Software</category>
<guid isPermaLink="true">http://ask.ozar.net/801/create-certificate-wordpress-installation-localhost-yosemite</guid>
<pubDate>Fri, 20 Jan 2017 02:48:29 +0000</pubDate>
</item>
<item>
<title>Answered: How can I enable multi-site feature in WordPress 4.5?</title>
<link>http://ask.ozar.net/783/how-can-i-enable-multi-site-feature-in-wordpress-4-5?show=784#a784</link>
<description>

&lt;p&gt;
	add the following after line 80 and before line 82 in wp-config.php&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;define(&#039;WP_ALLOW_MULTISITE&#039;, true);&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	This way, after line 68 till the end of my wp-config it&#039;s liket he following:&lt;/p&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;/**&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* For developers: WordPress debugging mode.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;*&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* Change this to true to enable the display of notices during development.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* It is strongly recommended that plugin and theme developers use WP_DEBUG&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* in their development environments.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;*&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* For information on other constants that can be used for debugging,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* visit the Codex.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;*&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;* @link &lt;a href=&quot;https://codex.wordpress.org/Debugging_in_WordPress&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://codex.wordpress.org/Debugging_in_WordPress&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;nbsp;*/&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;define(&#039;WP_DEBUG&#039;, false);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;define(&#039;WP_ALLOW_MULTISITE&#039;, true);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;/* That&#039;s all, stop editing! Happy blogging. */&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;/** Absolute path to the WordPress directory. */&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;if ( !defined(&#039;ABSPATH&#039;) )&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;define(&#039;ABSPATH&#039;, dirname(__FILE__) . &#039;/&#039;);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;/** Sets up WordPress vars and included files. */&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;require_once(ABSPATH . &#039;wp-settings.php&#039;);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;div&gt;
	After successfully editing and saving the configuariton file like above, you should see a menu item called &#039;Network Setup&#039; in Tools section of your Wordpress admin screen.&lt;/div&gt;</description>
<category>CMS Software</category>
<guid isPermaLink="true">http://ask.ozar.net/783/how-can-i-enable-multi-site-feature-in-wordpress-4-5?show=784#a784</guid>
<pubDate>Sun, 15 May 2016 08:27:21 +0000</pubDate>
</item>
</channel>
</rss>