Web version, links, opens and unsubscribe not working
Hi.
I installed my Sendy on Linode cloud, configured my server, and everything seems to be fine, except web version, unsubscribe, opens and link tracking links.
When i open web version link, I get blank page, the same for unsubscribe link.
Also opens don't show up. When i get email, I click "Show images", so Sendy can track open, but no opens shows in report.
When I click on link, I get Redirect loop, with link like this "http://www.mydomian.com//l/he5/Resource id #1"
Any idea?
I installed my Sendy on Linode cloud, configured my server, and everything seems to be fine, except web version, unsubscribe, opens and link tracking links.
When i open web version link, I get blank page, the same for unsubscribe link.
Also opens don't show up. When i get email, I click "Show images", so Sendy can track open, but no opens shows in report.
When I click on link, I get Redirect loop, with link like this "http://www.mydomian.com//l/he5/Resource id #1"
Any idea?
This discussion has been closed.
Comments
Options +FollowSymLinks
Options -Multiviews
RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9-]+)$ $1.php [L]
# Link tracker
RewriteRule ^l/([a-zA-Z0-9/]+)$ l.php?i=$1 [L]
# Open tracker
RewriteRule ^t/([a-zA-Z0-9/]+)$ t.php?i=$1 [L]
# Open tracker
RewriteRule ^w/([a-zA-Z0-9/]+)$ w.php?i=$1 [L]
# unsubscribe
RewriteRule ^unsubscribe/(.*)$ unsubscribe.php?i=$1 [L]
# subscribe
RewriteRule ^subscribe/(.*)$ subscribe.php?i=$1 [L]
I seem to be experiencing the same issue.
Please let me know if anybody has solved it as yet?
Thanks