Query tracking and htaccess #1341
Unanswered
mostfurious
asked this question in
Help wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yello,
Did some testing, was using yourls but noticed that it doesnt always track all the visits... especially if they repeat from the same visitor.
So decided to give shlink a go.
Tried adding random query strings to shortened url.
Shortened url: http://shlink_test.com/Tdi7t
Manually added query: http://shlink_test.com/Tdi7t?zoneid=125168&zone_type=TP
Everything works. Added query to the url is being added to the long url.
Question is is it possible to track the queries ? Using ad networks and they give you this info and i would like to see this in the shlink stats if possible ?
Also since i dont know anything about Rewrite rules or htaccess i had to use wordpress rules in Openlitespeed which are:
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Otherwise webclient wouldnt load. With these rules webclient loads, if i click on any button in the webpanel it loads there are no issues everything works fine up until i refresh the page, if i do so i get error 404 and i have to enter main webclient domain (root path). Pressing back button gives the same 404 error so im guessing it has something to do with htaccess rules. What would they be for openlitespeed ?
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions