PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 244 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /tagydes/ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/$ /tagydes/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>