I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
epsports: This may not be the root of the cause, but it is a good practice: your site seems to work fine with the links that contain www or not, this is not good. You should redirect the customers to one only (with www for example)
Put something like this in .htaccess below rewrite engine on:
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
RewriteCond %{HTTPS_HOST} ^example.com
RewriteRule (.*) https://www.example.com/$1 [R=301,L]
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hi Yellow,
please check, with SSU 3.2.2 on when I press button Write review its redirect me to main page of site. with SSU off it works usual.
Yellow - It just worked fine on your demo site. Difference I see in your setup if having a .html suffix. Wheras I don't have any, could this create the problem?
Additionally, when you login on the demo site, you are simply redirected to /index.html , on mine it is redirecting to the following... /index/?zenid=i1a06tsrgv0jkd276n2o01fc84? zenid=i1a06tsrgv0jkd276n2o01fc84
So the homepage is /index with no suffix., why would it then be adding the / and duplicating the ?zenid
Any ideas? To see first hand, clear cache and use the login details I sent you if that helps.
Thanks, Chris
I would suggest redownloading the package and upload it again, see if that helps first.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I turned off extension on the demo btw, do you get the error now?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hi Again Yellow,
I am hoping you can help me, I am having trouble with Simple SEO, I am getting the No input file specified error and have tried all of the steps included with the docs and searched this thread to no avail.
I am using:
GoDaddy
Dedicated IP
dedicated SSL
ZC 1.3.8a
PHP 5.0.27 (via cgi)
Apache
When I activate the php5.ini file I get a redirect loop error and the site goes down, Also I searched through this huge thread and saw a post about function parse_url() regarding GoDaddy but that function is no longer in the file so you must have updated it since then.
I've tried every thing I can find that is documented, Any ideas?
Thanks,
Gary777