Posts by Wendel Souto • 35 points
8 posts
-
1
votes1
answer213
viewsQ: Rule conflict in . htaccess
I am facing an error with . htaccess file and I am unable to resolve, is the following: I have the following rule: RewriteRule ^([^\.]+)$ $1.php [NC,L] This rule aims to ignore the . php extension…
-
1
votes1
answer62
viewsQ: Problem with regular expression in . htaccess
I have the following URL: http://< site >/restrito/usuarios/pagina/ This page is responsible for displaying a table containing users registered in the system, can receive as variable numbers…
-
1
votes1
answer173
viewsQ: How to work with absolute URL?
I am developed a system and to perform the tests I’m using the xampp. IE, everything is accessible through the address: localhost/meusite/... To call all links on my site, as well as include files,…
-
0
votes0
answers50
viewsQ: Image problems using include
I am developing a website and after developing most of the files, I decided to organize them in their respective folders. localhost/hostname/ -- root directory localhost/hostname/includes/ --…
-
0
votes0
answers151
viewsQ: Friendly Urls and Folder Structure
I am developing a system for ordinary users (these do not need to log) and users with permissions (registered in the database). Let’s assume that the system is for registering phone numbers and that…
-
0
votes0
answers455
viewsQ: How to do to "Hide" Information when inspecting HTML elements
I am working on an idea and, although I do not work with sensitive information, I would like to know how to omit from the user if necessary. For example, I downloaded two websites and, in both, when…
phpasked Wendel Souto 35 -
0
votes1
answer396
viewsQ: How to return to the "normal state" of Html after a refresh-free Javascript query?
all right? I’m having a very boring question here and I haven’t been able to find any viable solutions. Well, I’ll explain the problem. This is my class where I will return my query <div…
-
0
votes2
answers1289
viewsQ: View Div with specific content by clicking link
Good morning guys, I’m creating this topic because I performed a forum search and found this solution here. How to open a <div> by clicking on a <a link>? But I need a more specific…