Announcement

  •  » Requests
  •  » how to default local editer

#16 2012-07-25 01:30:39

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

So you put the config variable and removed it seing 404 errors inside Tolls for Webmaster of Google?
I've just tested the config and it works : the problem may be that Google for webmaster remembered the previous links and tried them. But you won't get any 'bad SEO' for that. There is just a latency


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#17 2012-07-25 01:35:54

nomi00001
Member
2012-03-17
150

Re: how to default local editer

i check your site in http://www.brokenlinkcheck.com/broken-links.php you got only 3 or 4 but i got more than 1000 when add that code when remove that code my broken links gone, can u please put the clean url code to my site

Offline

 

#18 2012-07-25 01:46:56

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

This 406 errors !! not 404 errors : http://www.checkupdown.com/status/E406.html ! It's their own system which have problem ! If you click on a link there is no problem


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#19 2012-07-25 19:47:29

nomi00001
Member
2012-03-17
150

Re: how to default local editer

is there any other way to clean url

Offline

 

#20 2012-07-25 19:51:37

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

nomi00001 wrote:

is there any other way to clean url

sry what you want ?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#21 2012-07-25 20:15:41

nomi00001
Member
2012-03-17
150

Re: how to default local editer

Offline

 

#22 2012-07-25 20:19:46

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

sry when I was debugging about your problem on the mobile theme, I disabled the config
now it's ok http://www.hdscreenwallpapers.com/picture/3D hd wallpapers (37)/category/1-3d


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#23 2012-07-25 20:22:00

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

And there is no "clean url" : my gallery don't use custom url and I'm well referenced on google ! One day the doodle google of the day was about Bismarck on German Google : I get tons of visitors on Bismarck pictures (the boat)


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#24 2012-07-25 20:24:01

nomi00001
Member
2012-03-17
150

Re: how to default local editer

and what about the code

Offline

 

#25 2012-07-25 20:26:39

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

nomi00001 wrote:

and what about the code

? You are very hard to understand!


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#26 2012-07-25 20:35:05

nomi00001
Member
2012-03-17
150

Re: how to default local editer

Flop25 you are the best please i dont need any thing but this clean url in my big problem is there any way to clean it see this
http://www.hdscreenwallpapers.com/pictu … lpapers%20(37)/category/1-3d#.UBA8HGEe5VU

this is not cool

Offline

 

#27 2012-07-25 20:37:52

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

Sorry I can't
piwigo can't have the exact url that you're asking for : maybe urlrewriting should works but it's beyond my knowledge


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#28 2012-07-25 20:40:12

nomi00001
Member
2012-03-17
150

Re: how to default local editer

ok tell me whats this code do


<?php
$conf['question_mark_in_urls'] = false;
$conf['php_extension_in_urls'] = false;
$conf['category_url_style'] = 'id-name';
$conf['picture_url_style'] = 'file';
?>



what is this code for

Offline

 

#29 2012-07-25 20:49:03

flop25
Piwigo Team
2006-07-06
7037

Re: how to default local editer

nomi00001 wrote:

ok tell me whats this code do


<?php
$conf['question_mark_in_urls'] = false;
$conf['php_extension_in_urls'] = false;
$conf['category_url_style'] = 'id-name';
$conf['picture_url_style'] = 'file';
?>



what is this code for

as you can see, your urls were picture.php?/2146/category/4 and now they are picture/3D hd wallpapers (37)/category/1-3d
no question mark, no .php and names instead of id numbers


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#30 2012-07-25 20:51:23

nomi00001
Member
2012-03-17
150

Re: how to default local editer

so its means this code can clean my url from .php and all numbers right ?

Offline

 
  •  » Requests
  •  » how to default local editer

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact