<?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 Ubuntu Using LAMP Stack	</title>
	<atom:link href="https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 02 Oct 2022 16:39:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: marine		</title>
		<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1889829</link>

		<dc:creator><![CDATA[marine]]></dc:creator>
		<pubDate>Sun, 02 Oct 2022 16:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22368#comment-1889829</guid>

					<description><![CDATA[Hi,

Everything worked fine until the end when I got en error of 500.

Any idea why?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Everything worked fine until the end when I got en error of 500.</p>
<p>Any idea why?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valentin		</title>
		<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1825502</link>

		<dc:creator><![CDATA[Valentin]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 14:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22368#comment-1825502</guid>

					<description><![CDATA[Hi, I installed this and it runs perfectly when I access it from my local IP.

But i can not access it when typing my domain. Can you help me?]]></description>
			<content:encoded><![CDATA[<p>Hi, I installed this and it runs perfectly when I access it from my local IP.</p>
<p>But i can not access it when typing my domain. Can you help me?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oriol		</title>
		<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1358742</link>

		<dc:creator><![CDATA[Oriol]]></dc:creator>
		<pubDate>Sun, 30 Aug 2020 16:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22368#comment-1358742</guid>

					<description><![CDATA[Hey! I am hosting different sites on my server. After following the tutorial I reach a 404, here&#039;s my apache file:
&lt;pre&gt;
    # The primary domain for this host
    ServerName mysite.xyz
    # Optionally have other subdomains also managed by this Virtual Host
    ServerAlias mysite.xyz *.mysite.xyz
    DocumentRoot /var/www/html/mysite.xyz/public_html
    
        Require all granted
        # Allow local .htaccess to override Apache configuration settings
        AllowOverride all
        Order allow,deny
        Allow from all
    
    # Enable RewriteEngine
    RewriteEngine on
    RewriteOptions inherit

    # Block .svn, .git
    RewriteRule \.(svn&#124;git)(/)?$ - [F]

    # Catchall redirect to www.mysite.xyz
    RewriteCond %{HTTP_HOST}   !^www.mysite\.xyz [NC]
    RewriteCond %{HTTP_HOST}   !^$
    RewriteRule ^/(.*)         https://www.mysite.xyz/$1 [L,R]

    # Recommended: XSS protection
    
        Header set X-XSS-Protection &quot;1; mode=block&quot;
        Header always append X-Frame-Options SAMEORIGIN
    &lt;/pre&gt;
Any idea what I am doing wrong here?]]></description>
			<content:encoded><![CDATA[<p>Hey! I am hosting different sites on my server. After following the tutorial I reach a 404, here&#8217;s my apache file:</p>
<pre>
    # The primary domain for this host
    ServerName mysite.xyz
    # Optionally have other subdomains also managed by this Virtual Host
    ServerAlias mysite.xyz *.mysite.xyz
    DocumentRoot /var/www/html/mysite.xyz/public_html
    
        Require all granted
        # Allow local .htaccess to override Apache configuration settings
        AllowOverride all
        Order allow,deny
        Allow from all
    
    # Enable RewriteEngine
    RewriteEngine on
    RewriteOptions inherit

    # Block .svn, .git
    RewriteRule \.(svn|git)(/)?$ - [F]

    # Catchall redirect to www.mysite.xyz
    RewriteCond %{HTTP_HOST}   !^www.mysite\.xyz [NC]
    RewriteCond %{HTTP_HOST}   !^$
    RewriteRule ^/(.*)         https://www.mysite.xyz/$1 [L,R]

    # Recommended: XSS protection
    
        Header set X-XSS-Protection "1; mode=block"
        Header always append X-Frame-Options SAMEORIGIN
    </pre>
<p>Any idea what I am doing wrong here?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ashipa		</title>
		<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1344273</link>

		<dc:creator><![CDATA[ashipa]]></dc:creator>
		<pubDate>Mon, 13 Jul 2020 09:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22368#comment-1344273</guid>

					<description><![CDATA[Please update this guide for &lt;strong&gt;Ubuntu 20.04&lt;/strong&gt;.

The configuration commands for MySQL have been deprecated.]]></description>
			<content:encoded><![CDATA[<p>Please update this guide for <strong>Ubuntu 20.04</strong>.</p>
<p>The configuration commands for MySQL have been deprecated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1341566</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 06:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22368#comment-1341566</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1341527&quot;&gt;Ahmed mohamed&lt;/a&gt;.

@Ahmed

Welcome, thanks for the useful feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-in-ubuntu-lamp-stack/comment-page-1/#comment-1341527">Ahmed mohamed</a>.</p>
<p>@Ahmed</p>
<p>Welcome, thanks for the useful feedback.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
