Skip to content

Instantly share code, notes, and snippets.

View alfatihart's full-sized avatar
💭
I may be slow to respond.

Al-Fatih Art alfatihart

💭
I may be slow to respond.
View GitHub Profile
@ezeanyimhenry
ezeanyimhenry / .htaccess
Created September 3, 2024 07:01
workflow sample to deploy laravel/react app to cpanel using FTP account
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
<Files .env>
Order allow,deny
Deny from all
</Files>
<Files config>
Order Deny,Allow
@Tynael
Tynael / README.md
Last active March 13, 2025 18:57
How to Set up an SSL Certificate in Localhost for XAMPP

How to Set up an SSL Certificate in Localhost for XAMPP

These files represent the content that has been modified during the tutorial.

To better understand the context, go through the video and/or written tutorial.