View file cricket_news_scores_script_168/.htaccess

File size: 288B
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^index.xhtml$ index.php
RewriteRule ^scores.xhtml$ scores.php
RewriteRule ^news.xhtml$ news.php

RewriteRule news-(.*)\.xhtml news.php?m4u=$1
RewriteRule scores-(.*)\.xhtml scores.php?m4u=$1





</IfModule>