Posts by Matheus Pegoraro • 36 points
3 posts
-
1
votes1
answer24
viewsA: Merging of . htaccess
According to the link of the question that Augusto Vasques posted here, I was able to solve my problem as follows: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
-
1
votes1
answer24
viewsQ: Merging of . htaccess
I’m trying to understand a little about the file . htaccess but I can’t merge two rules. This is the one I use for the slim framework. RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php…
-
0
votes1
answer40
viewsA: How to check if process is open and if not, open it?
Hello, Sergio! Try it this way. Note: I don’t know how you are passing the name of the process, but Getprocessesbyname has to receive the name of the process without extension already…