• [MOD] Google Friendly Urls For 4images Best Seo Mod 4 0 5 1
Currently:  

Author Topic: [MOD] Google Friendly Urls For 4images Best Seo Mod  (Read 711562 times)

0 Members and 2 Guests are viewing this topic.

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #105 on: March 31, 2008, 03:54:33 PM »
Does this MOD work with version 1.7.6? If NO.. Then Is there any SEO mod out there for 1.7.6 version?

I'm very confused because even for 1.7.4 version nobody has replied with positive result, everyone was having a problem when they install this mod.. Can someone please give me link to a working SEO mod without any problems? or can someone please create one.. It will be very convenient for the users and I will really appreciate it. Thanks :)

works great with 1.7.4, 1.7.5 and 1.7.6 too, look here http://www.myanimalsworld.com

Offline jany.yar

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #106 on: March 31, 2008, 04:34:06 PM »
Does this MOD work with version 1.7.6? If NO.. Then Is there any SEO mod out there for 1.7.6 version?

I'm very confused because even for 1.7.4 version nobody has replied with positive result, everyone was having a problem when they install this mod.. Can someone please give me link to a working SEO mod without any problems? or can someone please create one.. It will be very convenient for the users and I will really appreciate it. Thanks :)

works great with 1.7.4, 1.7.5 and 1.7.6 too, look here http://www.myanimalsworld.com

Did you face any problems installing the mod?

Offline jany.yar

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #107 on: March 31, 2008, 11:06:23 PM »
Ok I installed this mod without facing any problem. However I would really appreciate if anyone could find a way to change it into this format:

http://www.site.com/category-name-123/image-name-123.htm

I'm 100% sure it's possible if a pro take a look at it., alot of people have asked for this.. please someone find the solution.


or atleast without the k-category-name or cat-category, img-imagename etc..

thank you in advance

Offline varvez

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #108 on: April 04, 2008, 12:10:45 PM »
Hy everybody,

sorry for my poor English....


I have one question about 4images MOD Seo, i have make the changes that are indicated in this post but the url now appears like this:

www.namesite.com/k-namecategory-14.htm

with a progressive numbers after categories names.

If i want an url like this:

www.namesite.com/namecategory.htm

or

www.namesite.com/namecategory/namesubcategory/namefile.htm


what i have to do?

Thank you everybody

Offline fernanzip

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #109 on: April 05, 2008, 06:07:18 AM »
@om6acw

i checked your site and the search results working great. how did you do that? i followed the instruction in the mod but mine just got error but the main page and details page works fine, only the search result links messed up?

any help and sugestions

im using 1.7.6.


thank you..

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #110 on: April 05, 2008, 06:59:40 AM »
@om6acw

i checked your site and the search results working great. how did you do that? i followed the instruction in the mod but mine just got error but the main page and details page works fine, only the search result links messed up?

any help and sugestions

im using 1.7.6.


thank you..

Just put those two lines

Code: [Select]
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}

into your .htaccess file

Offline fernanzip

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #111 on: April 05, 2008, 07:52:12 AM »
i already did that, but not working how about the sessions.php? care to share your file?

like below and try to search link form search results are not working
http://filipinooverseas.org/search.htm


thanks

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #112 on: April 06, 2008, 01:41:29 AM »
i already did that, but not working how about the sessions.php? care to share your file?
like below and try to search link form search results are not working
http://filipinooverseas.org/search.htm
thanks

What I did was everything just in this thread, so just carefully read every post and if is not working just do it again.

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #113 on: April 06, 2008, 05:40:55 AM »
As i see my categories are renamed to name.htm but when i click on the category, i get a 404 error.

I read all the posts here and nothing... :roll:

My site is http://www.estampafotos.com/galeria/

I used the sessions.php that i downloaded in the first post and my htaccess is:

Code: [Select]
RewriteEngine On

RewriteBase /galeria/
RewriteRule ^cat-(.*)-([0-9]+).htm categories.php?cat_id=$2&%{QUERY_STRING}
#Mod_bmollet : Image name in URL
RewriteRule ^img-(.*)-([0-9]+).htm details.php?image_id=$2&%{QUERY_STRING}

#Mod_bmollet : This is to make search function work  ( redirect links from search results )
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}


Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #114 on: April 06, 2008, 06:09:20 AM »
As i see my categories are renamed to name.htm but when i click on the category, i get a 404 error.

I read all the posts here and nothing... :roll:

My site is http://www.estampafotos.com/galeria/

I used the sessions.php that i downloaded in the first post and my htaccess is:

Are you shure your host is supporting .htaccess file? are you hosting on winserver or apache??? because this mod is working just on apache server host's

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #115 on: April 06, 2008, 07:23:21 AM »
Thanks, i found the error!!!

Offline fernanzip

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #116 on: April 06, 2008, 01:13:06 PM »
its working now, transfered to linux host thanks

Offline rbfabbri

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #117 on: April 07, 2008, 03:50:15 PM »
And the category dropdown bug, any solution?

Thanks!!!

Offline Safariguy

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #118 on: April 09, 2008, 10:43:56 PM »
As i see my categories are renamed to name.htm but when i click on the category, i get a 404 error.

I read all the posts here and nothing... :roll:

My site is http://www.estampafotos.com/galeria/

I used the sessions.php that i downloaded in the first post and my htaccess is:

Code: [Select]
RewriteEngine On

RewriteBase /galeria/
RewriteRule ^cat-(.*)-([0-9]+).htm categories.php?cat_id=$2&%{QUERY_STRING}
#Mod_bmollet : Image name in URL
RewriteRule ^img-(.*)-([0-9]+).htm details.php?image_id=$2&%{QUERY_STRING}

#Mod_bmollet : This is to make search function work  ( redirect links from search results )
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING}
RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING}


I am using the same .htaccess with the exception of changing galeria to 4images. 4images is the directory location of my install. I have tried all of the permutations in these 8 pages and have even done an un-install re-install of 4images.

Perhaps you could tell me what your fix was?

I am sure this is something simple, it nearly always is. By the way the only .htaccess file I found is in the cache folder. Some other topics have it elsewhere. Could this be my problem?

Cheers and thanks in advance...!

Offline hamaset

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #119 on: April 22, 2008, 09:56:18 PM »
İn this mod dropdownlist doesn't work. How can I solve this problem ?

And how can I edit the google.php in this topic to create my sitemap.xml

http://www.4homepages.de/forum/index.php?topic=15687.0