Questions tagged as 'url'

0
answers

How to transform a URL into a media object?

Is there a plug-in or framework that returns me a media object when passed a URL? Style facebook and other sites that when you paste a URL to post it turns that URL into a kind of media object , with an image on the left side and title of the...
asked by 07.04.2016 / 14:14
2
answers

How do I hide a URL that appears after my domain?

I have a Java application using Spring MVC. Let's suppose that my application has the domain www.mysite.com As the user browses, other urls are generated, for example: www.meusistema.com.br/acessarConta www.meusistema.com.br/questros...
asked by 19.02.2016 / 20:13
2
answers

PHP - Function to remove character and concatenate strings (relative URL to absolute)

Good people! I have a small problem (problem because I do not work too much with php). I'm using a phpbb-linked script that displays the topics of a particular forum on an external page, but cms returns me only the relative url (the script...
asked by 18.02.2016 / 22:13
1
answer

How to use the method="GET" without the action

I'm creating a search mini-system, the problem is that I want to use method="get" without using action="" and at the same time I can put css on the page without using action . I want to avoid using action for th...
asked by 04.02.2016 / 13:13
0
answers

Redirect url "cut" to canonized url (Avoid duplicate url)

What are the settings in .htaccess so that the url cropped type: link automatically redirect to the canonized (entire) url of the page: link Preventing Google from indexing the two pages.     
asked by 05.12.2015 / 05:23
1
answer

controller name with hyphen in cakephp 2x url

I'm working google SEO on my site, and I realized that in word separations, a hyphen is better than an underline, or words together, but I realized that at first cakephp does not accept that it creates controllers in this way curso-no-exterio...
asked by 03.12.2015 / 12:47
0
answers

URL request on Swift

How do I pull only the name and the poster of that page: For a project in Swift?     
asked by 29.07.2015 / 15:24
0
answers

friendly url in two sub directories

I'm trying to make the url friendly with .htaccess it consists of: RewriteEngine On RewriteRule ^([a-z_-]+)$ index.php?p=$1 RewriteRule ^([0-9]+)$ index.php?g=$1 RewriteRule ^([a-z_-]+)\/([0-9]+)$ index.php?p=$1&c=$2 RewriteRule ^([a-z_-]+...
asked by 15.07.2015 / 18:40
0
answers

WordPress changing URL when accessing links

I have a www.dominio.com.br domain that points to my server and is redirected via .htaccess to the www.dominio.com.br/novo subfolder through the following code: RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?dominio\.com\.br...
asked by 14.03.2015 / 01:37
1
answer

I can not get any data from the URL

I'm working on a project where I have to make an App that fetches information from the database via Json. I have done dozens of tutorials and I always end up not being able to receive a response from Server and does not even get any requests t...
asked by 25.02.2015 / 18:14