<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Seotoaster Q&amp;A - Recent questions tagged 500 error</title>
<link>http://www.seotoaster.com/questions-and-answers/tag/500+error</link>
<description>Powered by Question2Answer</description>
<item>
<title>Am having 500 Internal Error</title>
<link>http://www.seotoaster.com/questions-and-answers/3162/am-having-500-internal-error</link>
<description>I downloaded the SeoToaster and Ecommerce version (newest) but on installing it through the url, it throws up 500 Internal Error and when i checked the install/index.php file i realize that the application.php for zend application is not available so i need help as to what i will do to install it and start using it</description>
<guid isPermaLink="true">http://www.seotoaster.com/questions-and-answers/3162/am-having-500-internal-error</guid>
<pubDate>Thu, 05 Mar 2015 09:27:56 +0000</pubDate>
</item>
<item>
<title>Cannot get /go to work continued</title>
<link>http://www.seotoaster.com/questions-and-answers/601/cannot-get-go-to-work-continued</link>
<description>Thanks Andrey&lt;br /&gt;
&lt;br /&gt;
Have changed permissions of error.log to 777&lt;br /&gt;
&lt;br /&gt;
error.log still empty after refresh&lt;br /&gt;
&lt;br /&gt;
Any other ideas?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Michael</description>
<guid isPermaLink="true">http://www.seotoaster.com/questions-and-answers/601/cannot-get-go-to-work-continued</guid>
<pubDate>Mon, 12 Aug 2013 01:14:47 +0000</pubDate>
</item>
<item>
<title>Cannot get the /go to work - Internal Server Error</title>
<link>http://www.seotoaster.com/questions-and-answers/594/cannot-get-the-go-to-work-internal-server-error</link>
<description>I have installed 2.1.0 with Ecommerce on a WHM/cPanel VPS hosted by Net Logistics.&lt;br /&gt;
I can confirm the tables in MYSQL exist.&lt;br /&gt;
Install directory has been deleted.&lt;br /&gt;
I contacted my Host provider and they confirmed that the httpd.conf says;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Checking, we found that the module &amp;quot;mod_rewrite&amp;quot; is &amp;quot;On&amp;quot; and &amp;quot;AllowOverride&amp;quot; is set to &amp;quot;All&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;For your reference,&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;--------------------------&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt; Directory &amp;quot;/&amp;quot; &amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AllowOverride All&lt;br /&gt;
&lt;br /&gt;
Here is my .htaccess file&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteEngine On&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteCond %{REQUEST_FILENAME} -s [OR]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteCond %{REQUEST_FILENAME} -l [OR]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteCond %{REQUEST_FILENAME} -d&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteRule ^.*$ - [NC,L]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RewriteRule ^.*$ index.php [NC,L]&lt;br /&gt;
&lt;br /&gt;
The URL is: &amp;nbsp;&amp;nbsp;www.derwentparkautos.com.au/go&lt;br /&gt;
&lt;br /&gt;
Any help appreciated, thanks&lt;br /&gt;
&lt;br /&gt;
Michael</description>
<guid isPermaLink="true">http://www.seotoaster.com/questions-and-answers/594/cannot-get-the-go-to-work-internal-server-error</guid>
<pubDate>Thu, 08 Aug 2013 03:02:18 +0000</pubDate>
</item>
<item>
<title>1 and 1 hoster, .htacess file problem and error 500 on/go page</title>
<link>http://www.seotoaster.com/questions-and-answers/405/1-and-1-hoster-htacess-file-problem-and-error-500-on-go-page</link>
<description>hello there&lt;br /&gt;
i got mysql 5&lt;br /&gt;
php5.4&lt;br /&gt;
&lt;br /&gt;
my hoster is 1 and 1&lt;br /&gt;
&lt;br /&gt;
i have tried numerous htaccess combinaison but nothing good happen&lt;br /&gt;
the website is for a schoolproject &amp;nbsp;here is the url &lt;a href=&quot;http://dev.bergesenmouvement.com/go&quot; rel=&quot;nofollow&quot;&gt;http://dev.bergesenmouvement.com/go&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and here is my htacess&lt;br /&gt;
&lt;br /&gt;
AddHandler x-mapp-php6 .php3 .php4 .php53 .php54 .php5 .php .phtml&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} -s [OR]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} -l [OR]&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} -d&lt;br /&gt;
RewriteRule ^.*$ - [NC,L]&lt;br /&gt;
RewriteRule ^.*$ index.php [NC,L]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thanks per advance if someone can help me</description>
<guid isPermaLink="true">http://www.seotoaster.com/questions-and-answers/405/1-and-1-hoster-htacess-file-problem-and-error-500-on-go-page</guid>
<pubDate>Thu, 31 Jan 2013 23:53:05 +0000</pubDate>
</item>
<item>
<title>500 Internal Server Error</title>
<link>http://www.seotoaster.com/questions-and-answers/193/500-internal-server-error</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I have just downloaded the latest SEOTOASTER 2.0.3 and uploaded in the home directory of my website and extract it, after all when i try to go to the installation directory or going to browse the path, it gives me a server 500 error, i checked my .httaccess is fine and also my file and folder permissions are fine.&lt;br /&gt;
&lt;br /&gt;
Server information:&lt;br /&gt;
Apache version&amp;nbsp; &amp;nbsp; 2.2.22&lt;br /&gt;
PHP version&amp;nbsp; &amp;nbsp; 5.3.15&lt;br /&gt;
MySQL version&amp;nbsp; &amp;nbsp; 5.1.63-cll&lt;br /&gt;
ReWrite Engine = On</description>
<guid isPermaLink="true">http://www.seotoaster.com/questions-and-answers/193/500-internal-server-error</guid>
<pubDate>Mon, 10 Sep 2012 09:01:18 +0000</pubDate>
</item>
</channel>
</rss>