Posts by Gabriel RV • 15 points
3 posts
-
-1
votes1
answer272
viewsA: Redirect - User-Friendly URL . HTACCESS
I got a solution, see below: # REDIRECT LOJA <ifmodule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !^/administrar/ [NC] RewriteRule (.*) http://meusite.com.br/loja/ [R=301,L]…
-
0
votes1
answer272
viewsQ: Redirect - User-Friendly URL . HTACCESS
I created a domain redirect to a subfolder, look how it turned out: # Redirect from www to non-www location RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^www.meusite.com.br [NC]…
-
0
votes1
answer530
viewsQ: <button> does not work in Firefox within a Wordpress theme
I am creating a button inside a Wordpress theme, but the same does not work in Firefox, already in Chrome and IE works without any problem. My button: <button class="faleconosco"><a…