Hi phpBB SEO Members! I have a few questions. The last time, you have helped me out, to figure out the rewrite of my url's. Thank you. Yet, i have a question about wildcards and rewrite: Is it possible to rewrite my URL's to something like this: example: Original : http://www.download.ba/mozilla-fir...
Hi my friends! Here i am again :) I have some troubles with my .htaccess and the url rewrite thing :(( Here is the original url: -www.somedomain.com/info.php?app=IDOfTheApp&app_tittle=TheTitleOfTheApp How can i change the .htaccess to make a url like this: -www.somedomain.com/info/TheTitleOfTheA...
After i have made changes in my web page script, i have some errors on some pages Take a look at: http://www.download.co.ba/Vista-Transformation-Pack-8.0.1-vise-8720.html Originaly was: http://www.download.co.ba/vise.php?program=8720&ime_programa=Vista-Transformation-Pack-8.0.1 Take a look at t...
After i have made changes in my web page script, i have some errors on some pages Take a look at: http://www.download.co.ba/Vista-Transformation-Pack-8.0.1-vise-8720.html Originaly was: http://www.download.co.ba/vise.php?program=8720&ime_programa=Vista-Transformation-Pack-8.0.1 Take a look at th...
Hy! I have some problems to make a full working .htaccess for my page. I have made this .htaccess Options +FollowSymLinks RewriteEngine on RewriteRule (.*)-(.*)\.html$ /vise.php?program=$2&ime_programa=$1 [QSA,L] RewriteRule download-(.*)-(.*)\.html$ /download.php...