Skip to content

Instantly share code, notes, and snippets.

@Damian972
Damian972 / r5_reloaded_updater.php
Last active August 20, 2021 01:48
Simple script that allows you to update the "detours_r5" and "scripts_r5" assets for Apex R5Reloaded
<?php
/**
* Name: R5_Reloaded_Updater
* Author: Damian972
* Version: 1.0.
*/
ini_set('memory_limit', '256M');
ini_set('user_agent', 'Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1');
@Damian972
Damian972 / .htaccess
Created November 17, 2020 22:48 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/