Questions tagged [custom-url]

A custom url is a url that deviates from whatever is the default url

Many web frameworks and other web related tools mandate a certain default way of generating urls. If this kind of url does not fit your needs, you are looking of a custom url.

Questions inquiring how to create certain kind of custom-urls with a given framework, or about the effects of using such urls should be tagged with custom-url

196 questions
0
votes
0 answers

Check if App is installed from Safari using jQuery AJAX call

I want to do an AJAX call using jQuery to check if the custom schema of my app is available, (in other words, if it can be open). The point of this is that I don't want to use a time-out like the other posts suggest, I don't want to display any…
Cosmin
  • 2,840
  • 5
  • 32
  • 50
0
votes
1 answer

Android open custom url scheme from facebook app

I am uses intent-filter to open custom urls with my app, and it works fine.. When im trying to open my custom url's from google chrome browser or facebook native app post (in private message its works good) its doesn't work and open it as…
Idan Gozlan
  • 3,173
  • 3
  • 30
  • 47
0
votes
1 answer

customURL scheme iOS open secret part of app

I have created my customURL scheme lets call it myapp:// I want to us a qr code to access an otherwise hidden screen in my app using the customURL myapp://secret I have explored various tutorials but cannot get them to work. I'm after code I can…
0
votes
1 answer

How to tweet a message containing a custom URL to Twitter?

Whenever I try to tweet a message containing a custom URL to Twitter using oAuth, the message is posted as plain text including all HTML tags For example I want show the message as: this is mysample tweet. and this is my link:
irohit786
  • 135
  • 3
  • 15
0
votes
1 answer

wordpress redirect not working

  add_filter('query_vars', 'add_query_vars');   function add_rewrite_rules($aRules) {     $aNewRules = array('societies/([^/]+)/?$' => 'index.php?pagename=societies&sid=$matches[1]');     $aRules = $aNewRules + $aRules;     return…
Will J
  • 79
  • 1
  • 10
0
votes
1 answer

Custom profile URL for own site, been though various posts..!

I've been through a few similar posts, Facebook Like Custom Profile URL PHP Custom URL / Apache URL Rewriting But its still not clear, the actual method/process is not available.. Guys , little more guidance would do a lot.. I would like to put…
harry
  • 220
  • 4
  • 15
0
votes
1 answer

Custom url scheme not working (for first time) IOS application

I have created one distribution application also register custom URL scheme. First time after I installed application, and try custom URL link, it does not work. However if I lunch the application manually it will prompt me below mentioned message…
meghana
  • 907
  • 1
  • 20
  • 45
-1
votes
1 answer

Flutter Web URL Navigation like http://myflutterproject/userabc

using flutter 2.2 and try to play with URL can anyone help me to get this stuff done. How I can achieve this URL in flutter web? http://myflutterproject/userabc
Arun R. Prajapati
  • 2,654
  • 1
  • 14
  • 14
-1
votes
1 answer

Opening iOS App from Custom URL in QRCode

I want to open my app from a URL from QRScan , which is common when your custom URL looks like this "myappname://productid". my problem is that I want my app to open from a Website type URL which is something like this…
Hanzala Raza
  • 149
  • 1
  • 16
-1
votes
2 answers

How to make a customized url for a html page

Website source:http://www.salefee.com/ I have a career section in my website which redirects to http://www.salefee.com/index2.html I want that that my url should look like http://www.salefee.com/career. I don't want any .html suffix after my url. I…
D J
  • 57
  • 1
  • 1
  • 10
-1
votes
1 answer

Open Android App with custom URL from PDF file

I wish to let my Andorid App handle custom URLs like shown in this question:How to implement own URI scheme.
vitil
  • 256
  • 1
  • 3
  • 13
-1
votes
1 answer

How to handle custom url in android

I'm trying to handle a custom event generated by me and I'm encountering an error. My intent is:
-1
votes
1 answer

Launch app from calendar event

I've seen similar question here. But it doesn't work for me. I've added my url scheme with calendar event's url property. It's pretty cool to see scheme url appeared in event's url row. But I couldn't tap on url(url scheme) as like normal url like…
Mani
  • 17,549
  • 13
  • 79
  • 100
-2
votes
1 answer

How do I change custom url links in Drupal 7?

I am using a drupal 7 website. My default page url is website.com/category/4 I want to change this url like website.com/category/title Please suggest to me the change syntax.
bhas kar
  • 31
  • 4
-3
votes
1 answer

Wordpress Blog type Permalink in MVC(Custom URL Routing)

I am facing a issue in my current project where I want to display custom URl for my pages. I have tried lot of techniques but none of them fulfills my requirement. I want URL like this: http://www.anyDomain.com/What-Is-Your-Name Currently, I am…
Harjeet Singh
  • 388
  • 2
  • 6
  • 22
1 2 3
13
14