bfgnet/teaPagination/master/examples/.htaccess - Htaccess File

bfgnet/teaPagination/master/examples/.htaccess

<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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache