PHP Classes

File: examples/.htaccess

Recommend this page to a friend!
  Classes of Basilio   teaPagination   examples/.htaccess   Download  
File: examples/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: teaPagination
Display pagination for database queries using PDO
Author: By
Last change:
Date: 10 years ago
Size: 227 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^countries-of-the-world/([0-9]{1,4})\.html friendlyUrl.php?pag=$1 [L,QSA] </IfModule>