Skip to content

Instantly share code, notes, and snippets.

View kritish-dhaubanjar's full-sized avatar
🚧
Oh, this was only supposed to be a placeholder

Kritish Dhaubanjar kritish-dhaubanjar

🚧
Oh, this was only supposed to be a placeholder
View GitHub Profile
<IfModule mod_rewrite.c>
RewriteEngine On
# If you want literally everything proxied, keep only the line below:
RewriteRule ^(.*)$ http://127.0.0.1:4567/$1 [P,L,QSA]
</IfModule>
<IfModule mime_module>
AddHandler application/x-httpd-alt-php72 .php
</IfModule>
@kritish-dhaubanjar
kritish-dhaubanjar / Passbolt
Last active October 1, 2024 18:28
Passbolt Offline
- https://yourdomain.tld/setup/install/{user_id}/{authentication_token}
- https://yourdomain.tld/setup/recover/{user_id}/{authentication_token}
@kritish-dhaubanjar
kritish-dhaubanjar / webdev_online_resources.md
Created June 30, 2019 06:38 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)