Recommend this page to a friend! |
Classes of Basilio | > | teaPagination | > | examples/.htaccess | > | 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> |