Questions tagged as '.htaccess'

4
answers

redirect page if it is entered from url

That I'm new to this and I need to redirect an html page if you try to enter from the browser, that is if someone tries to enter www.example.com/instructions, not possible but if possible from my homepage , validating an information, I'm trying...
asked by 07.11.2017 / 16:45
1
answer

Problem URL webservices Prestashop

I am trying to make use of the prestashop webservice to make a complete order. I have developed a module and I have successfully tested it in a locally installed store. I have the problem when implementing the same module in the real store. I...
asked by 19.04.2017 / 08:31
1
answer

Redirect from HTTP to HTTPS with htaccess

Let's see if any partner takes me out of doubt. I'm about to launch a new website designed with php and I want to modify the .htaccess file to use the SSL security certificate. I have found so many examples that I do not know how to use...
asked by 19.12.2018 / 19:29
1
answer

Redirection 301 friendly url

Create a friendly URL like this: RewriteRule ^productos Productos.php [NC,L] but now I want to make a 301 redirect to midominio.com/Productos.php so that whenever I type Productos.php redirects me to midominio.com/p...
asked by 10.07.2018 / 04:49
2
answers

I can not enter my Wordpress (Pagina Empresa Ayuda)

This is the website of my company link I use it every day, it's where customers order me. Without it I am lost, as a result of trying to fix some problems that have arisen today. That's how it ended, unable to enter or even me....
asked by 28.06.2018 / 02:07
1
answer

Create friendly URLs with htaccess

I am creating a dynamic web page in which certain information is loaded using a $ _GET variable. and the urls are left of the type https://www.dominio.com/deals/deals.php?sdeal_id=483&name=nombre-producto where the variable deal_i...
asked by 26.12.2017 / 15:13
1
answer

How to open and display directory images with php?

Hello everyone trying to protect my images I created a .htaccess file in my image directory, this is my code: order deny,allow deny from all But I have noticed that I can still access my images with the fpdf library that has a function call...
asked by 23.10.2017 / 00:17
2
answers

Modify htaccess to get "friendly" URLs

Edit: At the moment the solutions have not worked for me. The only one that I am testing and that I see that it does access the URL is with the following code: RewriteEngine On RewriteRule ^XboxOne/([0-9]+) single.php?id=$1 This leaves...
asked by 14.03.2017 / 15:03
3
answers

How can I change my url in php with .htaccess?

What is normally done (I use laravel but I want to have the route system with the Php common):    www.mipagina.com/index.php?pagina=contacto As I need it:    www.mipagina.com/contacto /     
asked by 25.01.2017 / 20:59
3
answers

I can not delete the index.php in the URL in CodeIgniter

Greetings I follow this course . Here they teach how to remove (or rather hide) the index.php in CodeIgniter URLs by configuring a .htaccess file in the root of the application, which did not work for me and I would like to know why....
asked by 30.08.2016 / 20:54