PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Chouchen   Shiki PHP Proxy Request to Another Server   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Shiki PHP Proxy Request to Another Server
Retrieve and zip a file from a remote server
Author: By
Last change:
Date: 4 years ago
Size: 322 bytes
 

Contents

Class file image Download
<Files .htaccess> order allow,deny deny from all </Files> Options -Indexes Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule download index.php?action=download [QSA,L] RewriteRule ^$ index.php?action=form [QSA,L] RewriteRule ^(.*+)$ index.php?action=shortcut&sc=$1 [QSA,L] DirectoryIndex filename.html