short URL shown in the address bar not pressing short URL redirect me to the long ones #3352
sameh-yasuo
started this conversation in
Plugins
Replies: 1 comment 8 replies
-
Not a single sentence here makes sense. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used curl for that but gives me only html without CSS its for security and original URL masking
$ch = curl_init($location);
curl_setopt($ch, CURLOPT_REFERER, $location);
Beta Was this translation helpful? Give feedback.
All reactions