Pretty URLs

Started by SMFHacks.com Team, January 31, 2007, 10:56:43 AM

Previous topic - Next topic

ForumIntegration

Dannii,

Could you point me to the place where the links like
     forum/general-discussion/
been processed so the SMF understands what's the real SMF link for this prettified link? in .htaccess?

Dannii

Quote from: ForumIntegration on June 08, 2009, 05:23:32 AM
The index.php and the smf.php are not in the same directory. I changed all "index.php" to "business/smf.php" and I got error 404. :(
Try ./../business/smf.php

Quote from: ForumIntegration on June 08, 2009, 01:03:50 PM
Dannii,

Could you point me to the place where the links like
     forum/general-discussion/
been processed so the SMF understands what's the real SMF link for this prettified link? in .htaccess?
Ahh, well .htaccess rewrites them, and then QueryString.php processes them.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

ForumIntegration

Dannii, it finally works for me. Many thanks for your wonderful MOD and your help!

Dannii

Excellent, no worries.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Leemy

How will this affect existing URLs/topics?  Does it rename them? Will it break current links from Google?

Dannii

It 301 redirects them to the new URLs.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Leemy

Thanks Dannii.

I see there was an issue when the Post title includes an exclamation point !  Are there any other known issues/symbols?  What is the effect-- it reverts to an old-style URL or the page is inaccessible?

Dannii

Nothing it works fine. You'll just have to manually link to it in posts, as the auto linker will stop at the character before the !.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

L'AltroWeb

#3708
@Saleem: to remove in advance this problem i've edit Subs-PrettyUrls.php like this:
Quote/*'!'   =>   array ('!'),
      '~'   =>   array ('~'),
      '*'   =>   array ('*'),
      "\x12"   =>   array ("'", '"'),
      '('   =>   array ('(', '{', '['),
      ')'   =>   array (')', '}', ']'),
      '$'   =>   array ('$'),*/
now my urls is perfect ;)
(u can find more info in old post of this topic) :)
-
@Danii: i've already release 0.9 of Pretty Urls but continue to work fine.
In your opinion is necessary to upgrade or not (i've more mod in my forum and isn't simple to remove pretty urls)? :|
If isn't a big problem i prefer to attend smf 2.0 to reinstall from zero.

Dannii

Dark-Wolf, I don't understand what you're asking.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

FFSFFS

Sorry to bother you, but I recently transfered hosts and I had your mod installed on that forum aswell, but I removed it before I downloaded a database.

Now when I uploaded your mod on my new host, and selected the option to make boards and topics have pretty url's, it redirects back to my old forum on my old host.

How would I go about changing this?

thanks.

Dannii

Follow the trouble shooting page. :)
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Özgür

Danni i try to send newsletter from my user. But if i send to email from admin panel get the
"Maximum execution time out : 30 second bla bla in PrettyUrls-Filters.php"
is this a bug ?
So Long

Dannii

Possibly. What kind of email were you sending? Anything in the error logs?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

FFSFFS

where do I find the troubleshooter page?

Dannii

Check the first post in this topic? Or you could Google search for it... or any number of ways?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Özgür

Quote from: Dannii on June 10, 2009, 10:44:32 PM
Possibly. What kind of email were you sending? Anything in the error logs?
Admin Panel > News  > Send Email and I write some information of my site in email, and add one topic url, {boardurl}, {memberlink}.
I was removed error log :/ And my forum have 2000 member , so i can't try again. :( Sorry.
So Long

Dannii

Without the error log I can't really help sorry.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Arkangel

creze much because my database after install?

Dannii

"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Advertisement: