![]() |
SPACE IN url
I HAVE A SITE WITH ULR REWRITING and some url are have a space like:
http://cartouche-epson.1000cartouche...Color_670.html or http://cartouche-epson.1000cartouche...Color_670.html This is no probleme for google that index these pages without probleme but phpdig don't. Is there some thing to change to get it ? Regards JPS |
Hi. Untested, but perhaps try the following.
In robot_functions.php add the following to the phpdigRewriteUrl function: PHP Code:
PHP Code:
|
Actualy I add those lines but nothing change !
Still not working Thank's for your help |
Hi. Did you reindex, or index new pages, after the changes were made?
|
I have delete a whole domain and reindex it. For exemple this domain http://cartouche-epson.1000cartouches.com/ has 14 links also normaly it should be more than 200 or 300
Regards JPS |
Or instead of this
Code:
$eval = str_replace(" ","%20",$eval); Code:
$eval = str_replace(" ","",$eval); Also, and I have to ask this, how practical would it be for you to modify those URL's so there is no embedded space? |
Hi. In robot_functions.php are two functions to edit.
First, in phpdigExplore find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Remember to remove any "word" wrapping in the above code. |
Thank you Charter it's working fine now
JPS |
Great, glad it's working. BTW, did you leave in or take out the code in this post?
|
Yes I leave it, at first I try without but it did not work.
Regards :) |
Okay, thanks. :)
|
All times are GMT -8. The time now is 10:21 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.