Questions tagged as 'pretty-urls'

1
answer

Problem with (.) in friendly url

I have a website where I show a catalog of products, which with the famous friendly url, transforms said url. I have: www.miweb.com/productos/Plancha-para-ropa-nghkdk23 And redirect to: www.miweb.com/productos/productos.php?idproduct...
asked by 02.11.2016 / 14:45
1
answer

Mask Urls

I'm starting in the world and I've been trying to do several things with my Urls for several weeks: 1st Remove extension from my home page index.php link index.php 2nd remove the .html and .php There is a lot of info on the web a...
asked by 29.10.2016 / 20:06
2
answers

Absolute URLs with PHP

I explain my problem, it's simple, I've solved it, but only locally, it does not work for me if I use this on a normal server. I modified my .htaccess for friendly URLs, the issue is that I have problems with file paths ( css , images ,...
asked by 14.10.2016 / 20:45
2
answers

Rule to remove directory from URL

Good, I'm setting my .htaccess to put my web into production and the fact is that I do not finish it or I do not get along very well with this file and it gives me problems. I have the following directory structure: index.php login.p...
asked by 29.05.2017 / 10:21
1
answer

.Htaccess does not allow me to use / in friendly URL

In my .htaccess I have the following: RewriteRule ^topic=([0-9]+)\+autor=([-0-9a-zA-Z/%&]+)\+titulo=(.*)$ /post.php?topic=$1&autor=$2&titulo=$3 [L] which allows me to use a url of this type: http://localhost/topic=8+autor=Jhon...
asked by 09.01.2017 / 02:01
1
answer

Friendly URL in Apache obtained from a Select Combo

I need to create a friendly URL from the result of launching a select combo by URL. I currently have the following form <form action="$path/index.php" method="GET"> <select name="filtro" onchange="this.form.submit()"> &...
asked by 30.11.2016 / 20:54
0
answers

FriendlyUrls do not work for me in hosting

I have a web application that works perfectly on my computer, but when I upload it to the hosting, it does not work showing the message below. My team has Visual Studio 2017, in Windows 10 with IISExpress.    The FriendlyUrls version is 1.0.2...
asked by 06.08.2018 / 14:17
1
answer

I need to create an .htaccess file to redirect friendly urls [closed]

I have a site in my hosting but I have an error when I click on my products, as you can see on my website. I want to go to some product on my page, but the htaccess does not send me the view: http://imnovesa.com/lineas_de_productos/iluminac...
asked by 03.04.2018 / 01:16
1
answer

Friendly URL in Prestashop 1.6

I'm having problems activating the friendly URLs in Prestashop. I have tried all the solutions that I have found googling and without result. The mod_rewrite of Apache is activated, I have tried to clean cache and force the compilation. Wh...
asked by 20.10.2016 / 09:39
1
answer

Friendly URL in php

I need help with this problem, I have the following code <?php include 'modules/head.php'; /**Contenido de pagina */ $rutas = array(); if(isset($_GET["ruta"])){ $rutas = explode("/",$_GET["ruta"]); $rutaCategoria = CategoriaControl...
asked by 03.01.2019 / 17:58