2011-05-14, 23:45:21
@NathanF
0.2 still doesn't work for me.
Admin panel ok, but the redirects are not being done, just get the "Oops! ..."
I haven't tested this in the root of a domain, only in subdirs.
Just in case I enabled debug mode, but I get no errors.
BTW, in my localhost test server (XAMPP) curl is not enabled, and your plugin "broke" my site. I had to patch it by inserting:
in line 245 (function checkVersion).
Is curl really needed?
0.2 still doesn't work for me.
Admin panel ok, but the redirects are not being done, just get the "Oops! ..."
I haven't tested this in the root of a domain, only in subdirs.
Just in case I enabled debug mode, but I get no errors.
BTW, in my localhost test server (XAMPP) curl is not enabled, and your plugin "broke" my site. I had to patch it by inserting:
Code:
return;
Is curl really needed?