gaby Posted June 13, 2009 Report Posted June 13, 2009 Am vazut ca, se cam cauta "Cum sa fac seo friendly la onarcade?" asa ca, uitati si o rezolvare: In .htaccess puneti: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^game/([0-9]+)/.+\.html$ file.php?f=$1 RewriteRule ^category/([0-9]+)/.+/([0-9]+)\.html$ browse.php?c=$1&p=$2 RewriteRule ^category/([0-9]+)/.+/?$ browse.php?c=$1 RewriteRule ^profile/([0-9]+)/.+\.html$ profile.php?u=$1 RewriteRule ^page/([0-9]+)\.html$ page.php?p=$1 RewriteRule ^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2 RewriteRule ^game/[0-9]+/(newscore|index)\.php$ $1.php RewriteRule ^game/[0-9]+/arcade/gamedata/(.*)$ arcade/gamedata/$1 [L] </IfModule>[/code] Succes Te-ai inregistrat? Ne-ar placea sa te prezinti. Cum pot sustine forumul? Cumpara de la eMag folosind acest link. --------------------
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now