I have a new hosting and i uploaded everything and it is working fine. I still have not changed the domain registers i checked my site with the IP. but the url rewriting is not working. http://69.57.170.133/ you can see the website. Everytime i click a link it goes on the home page again. When i update the domain to point on that hosting it will work????????? my guess is that there is no domain name just ip address ao that why url rewriting it is not working. Any help????
RewriteEngine on Options +FollowSymLinks RewriteRule ^Logout logout.php RewriteRule ^Register.html index.php?task=register [L] RewriteRule ^Contact-Us.html index.php?task=contact [L] RewriteRule ^Edit-Profile.html index.php?task=edit [L] RewriteRule ^Manage-Favorites.html index.php?task=manage [L] RewriteRule ^Forgot-Password.html index.php?task=fp [L] RewriteRule ^([0-9]+)?-([0-9a-zA-Z?-]+)? index.php?task=view&cat=$1 [L] RewriteRule ^view-([0-9]+)?-([0-9a-zA-Z?-]+)?-([0-9]+)? index.php?task=view&cat=$1&page=$3 [L] RewriteRule ^play-([0-9]+)?-([0-9a-zA-Z?-]+)? index.php?task=play&game=$1 RewriteRule ^Fullscreen-([0-9]+) modules/fullscreen.php?id=$1 RewriteRule ^views/([0-9]+)?/([0-9a-zA-Z?-]+) index.php?task=profile&id=$1&name=$2 [L] RewriteRule ^page/([0-9]+) index.php?task=view_page&id=$1 [L] RewriteRule ^task/register index.php?task=register [L] RewriteRule ^task/lost-password index.php?task=lost_pass [L] RewriteRule ^task/links index.php?task=links [L] RewriteRule ^task/members index.php?task=member_list [L]