• [Mod] Search Engine Friendly URLs aka Short URLs 3 0 5 1
Currently:  

Author Topic: [Mod] Search Engine Friendly URLs aka Short URLs  (Read 726840 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #60 on: April 29, 2005, 04:52:17 AM »
mod-rewrite does not affect sessions in any way. But because your 4images is integrated with IPB, the sessions.php most probably was changed and this mod might need to be adjusted as well.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Mortekai

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #61 on: April 30, 2005, 01:53:59 AM »
I was afraid you would say something like that.....Anyone know of a skilled programmer willing to do some work for payment? I have some modifications I would like to see done and I could use a good coder to help me out.

Offline artpics

  • Full Member
  • ***
  • Posts: 173
    • View Profile
    • my site
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #62 on: May 09, 2005, 05:40:11 AM »
edited

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #63 on: May 09, 2005, 05:45:03 AM »
mod rewrite is not supported on your server?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline artpics

  • Full Member
  • ***
  • Posts: 173
    • View Profile
    • my site
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #64 on: May 09, 2005, 05:59:50 AM »
thankyou V@no

Offline Nickerz

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #65 on: May 24, 2005, 04:42:41 AM »
I was wondering if anyone had an idea how to implement keyword specifil urls?  While catagory2.htm\product3.htm helps the search engines spider the site it doesnt take SEO into mind.  Keyword spedific urls while not proven, have been clearly noted as having a SE advantage.  www.widgets.com/bluewidgets/trianglewidget.htm statistacally will get better PR than say www.widgets.com/prodx.htm

anyone know to implement that in the code?

Offline triaphoto

  • Pre-Newbie
  • Posts: 7
    • View Profile
    • Ironman Triathlon Pictures - Fotos
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #66 on: May 26, 2005, 08:44:36 PM »
Unfortunately mod_rewrite ist not available by all providers. Strato, a well known german webhoster does not provide mod_rewrite for shared hosting.

Offline jeromerookie

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #67 on: May 27, 2005, 06:57:12 AM »
thank you for this mod who works perfectly.
Is there a solution to have the name of the category / picture in the url? so that it cams to something like that : img447-IMAGE_NAME.htm ???

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #68 on: May 27, 2005, 07:49:56 AM »
no and it was explaind why many times already ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

drhtm

  • Guest
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #69 on: May 28, 2005, 01:46:44 AM »
Is there a way to get the members profile as short urls as well?

For example:
http://www.yoursite.com/member.php?action=showprofile&user_id=1

to

http://www.yoursite.com/Profile1.html

or even better, put the members name like this

http://www.yoursite.com/Profile_Admin.html

Offline Lain

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #70 on: June 03, 2005, 08:21:18 PM »
Is there a way to get the members profile as short urls as well?

For example:
http://www.yoursite.com/member.php?action=showprofile&user_id=1

to

http://www.yoursite.com/Profile1.html


Für einen "manuellen" aufruf reicht ein

Add. to .htaccess

RewriteRule ^profile([0-9]+)\.htm$ member.php?action=showprofile&user_id=$1&%{QUERY_STRING}


Lain

Offline Lain

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #71 on: June 03, 2005, 08:24:57 PM »
Nun hätt ich aber auch noch eine frage.

For example:

V@no

cookies off:
http://gallery.vano.org/en/12027?sessionid=223c17ba0b46b8c145e89a4fb32a589b    OK

cookies on:
http://gallery.vano.org/en/12027   OK


Me:

cookies off:
http://localhost/1   --- hmmm ? why. wo ist die sessionid ?

cookies on:
http://localhost/1 OK

kann mir da jemand nen tip geben woran das liegt ? ich denke doch das dies an diesem MOD liegt.

Mfg
Lain

drhtm

  • Guest
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #72 on: June 03, 2005, 08:35:44 PM »
Is there a way to get the members profile as short urls as well?

For example:
http://www.yoursite.com/member.php?action=showprofile&user_id=1

to

http://www.yoursite.com/Profile1.html


thanks, i got that part, the problem is that i want the entire site to recognize this.

Für einen "manuellen" aufruf reicht ein

Add. to .htaccess

RewriteRule ^profile([0-9]+)\.htm$ member.php?action=showprofile&user_id=$1&%{QUERY_STRING}


Lain

Offline Deven316

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #73 on: June 03, 2005, 09:11:47 PM »
Exclellent mod, but I had a queston..

is there anyway to change it to make it where the category is actually in the URL?

like instead of gallery.com/cat5.htm

it can become gallery.com/name-of-category.htm

that'd be sweet and be nice for websites in terms of hits from search engines, eh?

with my luck, its probably impossible to do.. lol

EDIT: i also like in this script how if someone visits the previous URL format (cat=5?id=129), it'll still re-direct them to that image, or whatever, NICE SCRIPT!

Offline marod0er

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: [Mod] Search Engine Friendly URLs aka Short URLs
« Reply #74 on: June 03, 2005, 09:40:03 PM »
Exclellent mod, but I had a queston..

is there anyway to change it to make it where the category is actually in the URL?

like instead of gallery.com/cat5.htm

it can become gallery.com/name-of-category.htm

that'd be sweet and be nice for websites in terms of hits from search engines, eh?

with my luck, its probably impossible to do.. lol

EDIT: i also like in this script how if someone visits the previous URL format (cat=5?id=129), it'll still re-direct them to that image, or whatever, NICE SCRIPT!

Look, I don't know how many times people have asked this question (maybe you should read this entire thread, again?), but it is still not possible.

And regarding SE's. That really has nothing to do with it. If you know how to optimize properly, both internal and external, you're set. No need for the actual link to be the name of your desired category, trust me on this on.
Greetz: Lasse