by (160 points)
I finished the seotoaster "quality check" where it made sure every file it needed was in my hosting.  I then deleted the install folder as instructed but nothing comes up when I go to the http://example.com/go.   Solutions?

1 Answer

by (2.3k points)
Did you proceed through install process - database setup and admin account creation?
If so please check your .htaccess file in root folder and provide us its content. If it's empty - you probably missed post install configuration that was described on last step. Also, do you have any errors in PHP error log or Apache error log as well.

P.S. Installation process described here  http://www.seotoaster.com/installation.html
by (160 points)
This is the content in my .htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]


I have no files in the error log.
...