Posts by Maira Torresani • 56 points
3 posts
-
2
votes1
answer742
viewsA: Delete record button does not work
The first error is in this section of the query page: //Montando o corpo da tabela $table .= '<tbody style=" background-color: #86979e; color: #37444a; ">'; while($r =…
-
0
votes2
answers1909
viewsA: Bar at the end of url with . htaccess
Solved? If not, I use it like this: RewriteBase / RewriteCond %{REQUEST_URI} /+[^.]+$ RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
-
2
votes1
answer385
viewsQ: Problems with HTACCES url - 301 redirect does not work on a page
I did 301 redirects of some of the url’s of my site recently and started giving the image problem: My . htacces is like this: RewriteEngine On Options All -Indexes RewriteCond %{SCRIPT_FILENAME} !-f…