Questions tagged as 'htaccess'

1
answer

Form problem (GET method) and Friendly URL

I'm having a problem sending a form, as I'm using a schema that changes the pages as GET['page'] , and I used the friendly url to take all that code to leave only the name of the page, for example localhost?page=inicio , is now l...
asked by 30.07.2015 / 20:56
2
answers

CodeIgniter .htaccess remove index.php

Starting to work with CodeIgniter and want to remove index.php from URLS: example.com/index.php/news/article/my_article The problem is that I have the file .htaccess in 3 different places: It is in the application...
asked by 16.08.2015 / 12:10
1
answer

Error 500 on page access using CheckSpelling in htaccess

I have several files with image tags, in these images the path name is case-sensitive, for example: <img src="../../imagens/Botoes/nomeBotao.PNG"> I can not change the name of all images, because they have thousands, so I used the opt...
asked by 03.02.2016 / 18:08
1
answer

transform url Query String to a user-readable url

I've noticed that it was possible to make a query string something more readable for the user, like this: real url: site.com/roupas?categoria=vestidos for this (what the user sees) site.com/roupas/vestidos ou site.com/roupas/categoria/...
asked by 13.04.2015 / 05:26
1
answer

Allow access to other directories with .htaccess

I have a Wordpress site installed in the root and a work order manager in a folder called /Sistema . The problem is that when I type www.meudominio.com.br/sistema/ , you are redirecting to page 404 from Wordpress. The .hta...
asked by 06.02.2015 / 00:54
1
answer

Temporary redirect

I have an application that needs to change domain app.com.br I need to switch to app2.com.br However while I do not change the dns I need a temporary redirect for example app.com.br/path/teste -> app2.com.br/path/teste...
asked by 11.08.2014 / 17:23
1
answer

HTTPS in wordpress

I bought a certificate and passed my url from http to https on wordpress. I used the following ways:    Go to "Settings" of your WordPress, under "General" change the "Address   WordPress (URL) "and" Site Address (URL) "to   " link ", if you...
asked by 24.07.2016 / 00:52
0
answers

Friendly URL works and for

Well, I have a problem with .htaccess e a URL amigável , it works, but sometimes it stops and it works again. (Rewrite module is active, use PHP 7). And I have one more question, I have a folder in the root called view , inside it...
asked by 13.07.2018 / 06:39
1
answer

How to modify the URL of www.meusite.com/index.php?secao=quemsomos to www.meusite.com/quemsomos?

My .htaccess file looks like this: RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?secao=$1 I want to translate to url www.meusite.com/index.php?secao=quemsomos to www....
asked by 07.11.2017 / 11:51
1
answer

Make 301 redirect in specific urls

How do I do in htacess redirect 301? But in specific urls, I changed my domain, and migrated the posts for example: myite.com.br/artigo/nomedoartigo Make a 301 redirect only when you have / article / Ai when people who access the old url t...
asked by 16.07.2017 / 18:40