<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Magento Expert</title>
	<atom:link href="https://www.the-mage-expert.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Solving syntax error, unexpected &#8216;endif&#8217; (T_ENDIF) problem</title>
		<link>https://www.the-mage-expert.com/733/magento-solving-parse-error-syntax-error-unexpected-endif-t_endif-problem/</link>
		<comments>https://www.the-mage-expert.com/733/magento-solving-parse-error-syntax-error-unexpected-endif-t_endif-problem/#comments</comments>
		<pubDate>Tue, 18 Nov 2014 13:14:41 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=733</guid>
		<description><![CDATA[Sometimes, when opening a Magento product page, the following error is shown: Parse error: syntax error, unexpected &#8216;endif&#8217; (T_ENDIF) in &#8230; The problem here is not with the Magento code itself. Its a problem with the Apache server configuration. To&#8230;]]></description>
				<content:encoded><![CDATA[<p>Sometimes, when opening a Magento product page, the following error is shown:</p>
<p><em><strong>Parse error: syntax error, unexpected &#8216;endif&#8217; (T_ENDIF) in &#8230;</strong></em></p>
<p>The problem here is not with the Magento code itself. Its a problem with the Apache server configuration. To solve it, open php.ini and look for <em>short_open_tag</em>. The value here should be <em>On</em> and not <em>Off</em>. So, to solve the problem, change the value to <em>On</em>, save the file and restart the Apache server. </p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/733/magento-solving-parse-error-syntax-error-unexpected-endif-t_endif-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing slash at the end of a URL</title>
		<link>https://www.the-mage-expert.com/486/magento-removing-slash-end-of-url/</link>
		<comments>https://www.the-mage-expert.com/486/magento-removing-slash-end-of-url/#comments</comments>
		<pubDate>Fri, 01 Nov 2013 10:26:53 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=486</guid>
		<description><![CDATA[Open your .htaccess file in the Magento root directory and add those lines: [crayon-69eb2a47a262c/]]]></description>
				<content:encoded><![CDATA[<p>Open your .htaccess file in the Magento root directory and add those lines:</p>
<p></p><pre class="crayon-plain-tag">RewriteCond %{request_method} ^GET$
RewriteCond %{REQUEST_URI} ^(.+)/$
RewriteRule ^(.+)$ %1 [L,R=301]</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/486/magento-removing-slash-end-of-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
