This object is in archive! 
Problem with goDaddy
Hello, I've been trying to setup UseResponse on a shared webHosting on goDaddy, with a subdomain site.
The installation went as smoothly as possible, but then when I started to make tests, just the initial page was working and the all others not, raising a InternalServer Error.
Just leaving a tip, my problem was with the .htaccess file.
line 15.
was :
RewriteRule ^.*$ index.php [NC,L]
I changed to :
RewriteRule ^.*$ /index.php [NC,L]
Now it seems to be working fine, I suggest an improvement for the setup process to try to catch conditions like these.
The problem is fixed and will be covered in 1.0.1 release
Update: problem is fixed!
The problem is fixed and will be covered in 1.0.1 release
Update: problem is fixed!
The problem is fixed and will be covered in 1.0.1 release
Update: problem is fixed!
The problem is fixed and will be covered in 1.0.1 release
Update: problem is fixed!
Replies have been locked on this page!