I am using a free PHP script to generate a small web album. The problem with with this script is that it tries to hide the true URL by encrypting the URL. This makes the URL obscure hence SEO unfriendly. The URL ends up looking like http://hotcelebritywonder.com/All_Celebs/index.php?sfpg=Qi8qKioqKjhlM2Q1YjVkN2ZlOTQzZjI3MDkxNWM4NDc2MTUzMWVi Code (markup): I want the URL to come out as http://hotcelebritywonder.com/All_Celebs/B/ Code (markup): The script that I am using is single file PHP Gallery. I have uploaded the PHP file with this post. Someone help me please! I am plain broke right now after losing my job and was hoping to make some money through this site!
Hi! Use .htaccess File .htaccess Comands: RewriteEngine on RewriteRule ^All_Celebs/B/ /All_Celebs/index.php?sfpg=Qi8qKioqKjhlM2Q1YjVkN2ZlOTQzZjI3MDkxNWM4NDc2MTUzMWVi [L] Code (markup): Note: Switch On "rewrite_module" Through Wamp Server On Your Local Machine. Left Click On Wamp Server Tray Icon And Go To Apache > Apache Module > And Find And Checked "rewrite_module" In List.