| :: |
| Author |
Message |
gdubs123
Joined: 27 Aug 2006 Posts: 7
|
Posted: Sun Aug 27, 2006 3:51 am Post subject: Keywords in URLs coming out misspelled and different than th |
|
|
First of all i just want to say thanks for this MOD.
But i just installed it and am having a problem with the keywords in the urls.They are coming out misppelled and differnt than the titles
i.e.
the title of this post was called "secret for sleep"
and this is what the url looks like
http://www.chronicfatiguetreatments.com/forums/my-sncunt-fou-slnnp-vt3.html
another one titled sleep specialist came out like this
http://www.chronicfatiguetreatments.com/forums/slnnp-spncialist-du-vt56.html
all of the urls are mispelled and come out different than they should.
I would really appreciate any help on this
thanks
Also i put your link on my links page instead if thats ok |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15127
|
Posted: Sun Aug 27, 2006 9:13 am Post subject: Re: Keywords in URLs coming out misspelled and different than th |
|
|
And Welcome
It looks like there is an character encoding issue or a simple install mistake.
In your case "e" seems to go for "n" things like this.
Do you have this exact same code in function.php ( the part modded by the advanced mod rewrite )
| Code: |
$find = "ÀÁÂÃÅàáâãåÒÓÔÕØòóôõøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛùúûÿÑñ";
$replace = "AAAAAaaaaaOOOOOoooooEEEEeeeeCcIIIIiiiiUUUuuuyNn"; |
Because if you'd accidentally deleted one character here, it will mess up.
We'll sort this
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
gdubs123
Joined: 27 Aug 2006 Posts: 7
|
Posted: Sun Aug 27, 2006 5:40 pm Post subject: Re: Keywords in URLs coming out misspelled and different than th |
|
|
| dcz wrote: | And Welcome
It looks like there is an character encoding issue or a simple install mistake.
In your case "e" seems to go for "n" things like this.
Do you have this exact same code in function.php ( the part modded by the advanced mod rewrite )
| Code: |
$find = "ÀÁÂÃÅàáâãåÒÓÔÕØòóôõøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛùúûÿÑñ";
$replace = "AAAAAaaaaaOOOOOoooooEEEEeeeeCcIIIIiiiiUUUuuuyNn"; |
Because if you'd accidentally deleted one character here, it will mess up.
We'll sort this
++ |
Hey thanks for such a quick response. ill check that out and get back to you  |
|
|
| Back to top |
|
 |
gdubs123
Joined: 27 Aug 2006 Posts: 7
|
Posted: Sun Aug 27, 2006 5:53 pm Post subject: Re: Keywords in URLs coming out misspelled and different than th |
|
|
Nice , it works perfect now. I was using dreamweaver's find command to find the code i needed to change. When i tried to enter those chracters i remember it giving a message about how it was having trouble with special characters. But i just edited the file in cpanel and it works great now.
Whats your paypal? i want to send you what i have left in my account, which is only $15. but its better than nothing |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15127
|
|
| Back to top |
|
 |
gdubs123
Joined: 27 Aug 2006 Posts: 7
|
Posted: Mon Aug 28, 2006 5:18 am Post subject: Re: Keywords in URLs coming out misspelled and different than th |
|
|
| dcz wrote: | Never trust dreamweaver for php editing like this
I personally use Gvim and sometime winmerge, and find the first one very convenient, but there are a lot of very good and free advanced editors you can choose from.
Have your tried the Firefox developer toolbar ? This and and good text editor and you're set
|
Thanks so much for the help, i really appreciate it. Also pm me your paypal, i feel like i owe you. You should put up a donations paypal button,you could probobly make some cash
Im gonna try the mx sitemaps next
take it easy |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15127
|
|
| Back to top |
|
 |
|
|