Questions tagged as 'url'

1
answer

Is it possible to add an event listener in the url?

The idea is that when there is a change in the url, execute a function that will do something with this url, for example, the user is on page exemplo.com/#/algumacoisa/2 which is a table with pagination, in case it would be on the page 2,...
asked by 15.06.2018 / 22:36
1
answer

Error codeigniter in Azure: does not access subfolders

Ihaveanazurehostede-commercesystem( link ) Developed in Framework CodeIgniter 1.7.2 The system is loaded in the index. However, I can not load the other url that are in the subfolders: Contact, Adm, Cart .... My .htaccess: <IfModule m...
asked by 04.09.2017 / 20:16
1
answer

Laravel: route with parameters

I have a school system with a call screen where it has a button that opens a modal with a form to choose the class and the date (% with%). This form will redirect to a screen with the list of students in the class chosen to launch the call on th...
asked by 21.08.2017 / 01:47
1
answer

Redirecting requests with .htaccess

I urgently need a simple and practical way to perform redirect via .htaccess preferably to an alternate domain of a site. This practice is to adopt SEO measures, since there are various media already indexed by Google and other search engines....
asked by 20.10.2017 / 05:13
1
answer

How do I get a URL of angularJs in PHP

I can not get the current URL of angular in PHP, I have already tried to use $ _SERVER ["HTTP_REFERER"], in addition, comes the original path of the file ... Original URL: link I need the parameter to handle in PHP.     
asked by 29.06.2017 / 19:26
1
answer

Receive a parameter through a friendly URL on a Wordpress page [duplicate]

I have a Wordpress page called Recordings that is accessed through link and I need pass an ID parameter at the end of the URL that you can later use to create dynamic content on the Wordpress page. Example: link , and via PHP get the ID...
asked by 13.04.2017 / 19:48
1
answer

Getting variable with $ _GET

Hello, in my htaccess it looks like this: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php?url=$1 RewriteRule ^download/([A-Za-z0-9]+)$ index.php?a=download&k=$1 [QSA,L]...
asked by 22.03.2017 / 15:31
1
answer

URL being generated incorrectly

I have a problem where my site's images are being pulled with special characters and makes some images inaccessible. For example: Url certain: eusou.fit/wp-content/uploads/2016/05/deltoides-quadriséries.jpg Url generated: eusou.fit/wp-cont...
asked by 19.02.2017 / 23:47
1
answer

Open Ajax with url addition

I want to open the "# portfolioModal54" and run ajax add in the front of the url the name and id of the block clicked. Example: BLOCK 1: # portfolioModal54 opened with $ name = quad then the url will be: site.com.br/index.php#quad01 BLOCK...
asked by 18.08.2016 / 20:38
2
answers

Is it possible to capture the current url in the blade view?

I would like to capture the url example, /user/** (everything starting with / user), I'm using laravel and blade, using Request :: url () I get localhost:8000 but I need something that can capture the routes. Thank you     
asked by 15.08.2016 / 15:40