Posts by Paulo Victor Binatto • 1 point
4 posts
-
0
votes0
answers181
viewsQ: Permission denied when deleting an unlink file from php
When trying to remove a file the following message appears: ( ! ) Warning: unlink(./files/ecommerce.vip): Permission denied in G:\apache\www\import_emails\index.php on line 28 Call Stack # Time…
-
0
votes0
answers58
viewsQ: Create a domain on wampserver
Hello, I need to create subdomains in wampserver to be able to split projects that need singularities in . htaccess Any hint?
-
0
votes1
answer1695
viewsA: Xampp MYSQL does not work
Check the file my.ini. Where you are pointing out the paths basedir="F:/mysql/" datadir="F:/mysql/Data/" Good luck
-
-1
votes2
answers56
viewsA: My site is not redirected to https
Mine works with that code RewriteEngine on RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}…