<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install WordPress on Debian 12	</title>
	<atom:link href="https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/</link>
	<description>Linux Sysadmin and DevOps blog</description>
	<lastBuildDate>Tue, 05 Nov 2024 21:34:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Florin Stefan		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-638</link>

		<dc:creator><![CDATA[Florin Stefan]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 21:34:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-638</guid>

					<description><![CDATA[great tutorial! Thank you
Florin]]></description>
			<content:encoded><![CDATA[<p>great tutorial! Thank you<br />
Florin</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Petar		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-590</link>

		<dc:creator><![CDATA[Petar]]></dc:creator>
		<pubDate>Tue, 27 Feb 2024 12:18:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-590</guid>

					<description><![CDATA[It works without a problem]]></description>
			<content:encoded><![CDATA[<p>It works without a problem</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxTuto		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-367</link>

		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Sun, 24 Sep 2023 15:59:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-367</guid>

					<description><![CDATA[If you do not have a valid domain you can use your server IP address instead of &lt;code&gt;your-domain.com www.your-domain.com&lt;/code&gt;.

The server name should be for example:

&lt;pre&gt;&lt;code&gt;server_name  192.168.1.10;&lt;/code&gt;&lt;/pre&gt;

You can check your server IP address with the following command:

&lt;pre&gt;&lt;code&gt;ip a&lt;/code&gt;&lt;/pre&gt;

You&#039;ll be shown all IP addresses that are in your network.]]></description>
			<content:encoded><![CDATA[<p>If you do not have a valid domain you can use your server IP address instead of <code>your-domain.com www.your-domain.com</code>.</p>
<p>The server name should be for example:</p>
<pre><code>server_name  192.168.1.10;</code></pre>
<p>You can check your server IP address with the following command:</p>
<pre><code>ip a</code></pre>
<p>You&#8217;ll be shown all IP addresses that are in your network.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wilmar		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-366</link>

		<dc:creator><![CDATA[Wilmar]]></dc:creator>
		<pubDate>Sun, 24 Sep 2023 12:55:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-366</guid>

					<description><![CDATA[It&#039;s not work!! The same error of the sammer says.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not work!! The same error of the sammer says.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sameer		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-356</link>

		<dc:creator><![CDATA[sameer]]></dc:creator>
		<pubDate>Sat, 23 Sep 2023 14:37:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-356</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-331&quot;&gt;Svilen Arsov&lt;/a&gt;.

what to do if we dont have a domain]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-331">Svilen Arsov</a>.</p>
<p>what to do if we dont have a domain</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Svilen Arsov		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-331</link>

		<dc:creator><![CDATA[Svilen Arsov]]></dc:creator>
		<pubDate>Wed, 20 Sep 2023 10:43:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-331</guid>

					<description><![CDATA[Hi Onta Nicolae
Please edit in wordpress.conf

nano /etc/nginx/conf.d/wordpress.conf

Please change 
server_name  &lt;code&gt;your-domain.com www.your-domain.com&lt;/code&gt;;   with your&#039;s domain.
For expmple:
server_name  &lt;code&gt;www.example.com&lt;/code&gt;;]]></description>
			<content:encoded><![CDATA[<p>Hi Onta Nicolae<br />
Please edit in wordpress.conf</p>
<p>nano /etc/nginx/conf.d/wordpress.conf</p>
<p>Please change<br />
server_name  <code>your-domain.com www.your-domain.com</code>;   with your&#8217;s domain.<br />
For expmple:<br />
server_name  <code>www.example.com</code>;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxTuto		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-215</link>

		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Wed, 06 Sep 2023 11:13:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-215</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-214&quot;&gt;Onta Nicolae&lt;/a&gt;.

Please make sure that your Nginx server block is properly configured.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-214">Onta Nicolae</a>.</p>
<p>Please make sure that your Nginx server block is properly configured.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Onta Nicolae		</title>
		<link>https://www.linuxtuto.com/how-to-install-wordpress-on-debian-12/#comment-214</link>

		<dc:creator><![CDATA[Onta Nicolae]]></dc:creator>
		<pubDate>Wed, 06 Sep 2023 05:52:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1435#comment-214</guid>

					<description><![CDATA[my localhost displays &quot;Apache2 Debian Default Page&quot;

my localhost/wordpress says &quot;403 Forbidden, nginx/1.22.1&quot;

im pretty sure i have followed everything correctly

do you have any idea where my wp is and how do i access it?]]></description>
			<content:encoded><![CDATA[<p>my localhost displays &#8220;Apache2 Debian Default Page&#8221;</p>
<p>my localhost/wordpress says &#8220;403 Forbidden, nginx/1.22.1&#8221;</p>
<p>im pretty sure i have followed everything correctly</p>
<p>do you have any idea where my wp is and how do i access it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
