Skip to content

Instantly share code, notes, and snippets.

View antoniocampos's full-sized avatar
🙈

Antonio Campos antoniocampos

🙈
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="*"
@antoniocampos
antoniocampos / .htaccess
Last active April 28, 2017 16:15
Redirect all requests to PHP
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?ParaMeter=$1 [NC,L,QSA]