Questions tagged as 'url'

1
answer

multiple kwargs in django's template

I have a regular expression defined to capture optional parameters in a view. url(r'^lista/((?P<tematica>[0-9]+)/(?P<pageIndex>[0-9]+)/(?P<pageSize>[0-9]+))|/$', views.PinturasListView.as_view(), name='lista') in theory,...
asked by 23.02.2017 / 02:41
0
answers

Encrypt data via URL in Visual Basic.net

I am sending data by URL of a form to any page, but the problem is that on that page your url that receives the data is NOT encrypted. This is my code: Response.Redirect("SimuladorExamen.aspx?dni=" & Server.UrlEncode(txtDNI.Text) &...
asked by 20.12.2018 / 22:21
2
answers

because of a tag a with path "path / {{$ var}} / edit" and an 'action': "path / {{$ var}} my final path is:" "path / {{$ var }} / "Path / {{$ var}}"?

I have a view in Laravel with the following code: <h1>Edicion</h1> @foreach ($usuarios as $usu) <h4>{{$usu->nombre}}</h4> <a href="prurequests/{{$usu->slug}}/edit">editar</a> @endforeach A contr...
asked by 12.08.2018 / 05:37
0
answers

error in "Url" ajax "url: '/',"

When JavaScript is executed the Url is replaced by "url: '/'," so it is impossible for me to return the values from my controller to the script Does anyone know what is causing this problem? Code: <script type="text/javascript">...
asked by 05.05.2018 / 20:30
1
answer

Hide URL SonataBundle / Symfony

The problem is that I have a page which always shows "lapagina/web/app_dev.php/ES/" in the browser, regardless of the template you are viewing, when I add the "admin" lapagina/web/app_dev.php/ES/admin , load the dasboard of the Sona...
asked by 16.04.2018 / 11:48
0
answers

How to recover the path of an image in Database?

I have a problem recovering the path of an image in my database, the image is uploaded correctly, the route is captured well, only that the word Array comes out first, and I do not have idea because, I need you not to say that in order to use...
asked by 22.03.2018 / 19:59
0
answers

Display another file name in URL with .htaccess

I wonder if it is possible to show another name that is not the actual name of the current file, for example to be in localhost/Index2.php But show localhost/Index without the .php, even if we really are in Index2.php .     
asked by 07.08.2017 / 16:19
0
answers

Can the MercadoPago account be shared with two different sales sites and URLs? [closed]

The ecommerce platform is multiportal, which allows us to create more than one sales site with different URLs / MARKS, which is adjusted to our business need, but the collection management would like to keep it centralized, then, we will Can you...
asked by 19.01.2017 / 12:29
2
answers

Friendly URLs - PHP [closed]

It is very important to know that friendly URLs are in order to make it easier for the user to 'memorize' the links in a certain way. But, how can I change this?    www.midominio.com.mx/clientes.php?id=8 Because of this:    www.mido...
asked by 17.08.2016 / 08:05
1
answer

A URL for the entire site

is it possible to make the URL for an entire site the same? For example www.midominio.com , by clicking on a section sends you to iframe and the URL changes to: www.midominio.com/Aplicaciones_Usuarios . But could you...
asked by 06.11.2018 / 00:13