![]() |
|
Copy pages with different url - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Copy pages with different url (/thread-13696.html) |
Copy pages with different url - cenkgoksel - 2022-01-30 Hi there i have another questions about Zenphoto. For example; google read and index : https://www.fdream.co.uk/?album=Aqua and google not index ( put as copy pages catagory ) ; https://www.fdream.co.uk/index.php?album=Aqua and also in photo pages aswell to index : https://www.fdream.co.uk/index.php?album=Pink-Blush&image=IMG_20210112_233721.jpg not index : https://www.fdream.co.uk/?album=Pink-Blush&image=IMG_20210112_233721.jpg i think zenphoto create same page in 2 different url for all pages. 1 with index.php inside url and another one without index.php inside url. Google index some of them without index.php name inside url some of with index.php name on url. How i can solve this problem ? Copy pages with different url - cenkgoksel - 2022-01-30 By the way i find the problem like; https://www.fdream.co.uk/?album=Aqua thats why google was going to try read it first from this name and plus link was different in website aswell and try read another link to. i make 301 redirect to all the papes from its seems like problem solve all pages url become same. Thanks very much again to everyone. Copy pages with different url - acrylian - 2022-01-30 You should really enable modrewrite. Then then there is no We focus on modrewrite URLS and bascially rarely specifically test without it to be honest. Really all proper webhosts should support that by now and no one should be using non rewritten URLs at all. Even for SEO sake. However there is still the issue that you even with modrewrite enabled can use Copy pages with different url - acrylian - 2022-01-30 I have take a look at the sitemap generatio. This is actually wrong as it should include Copy pages with different url - cenkgoksel - 2022-01-31 Dear @acrylian thanks very much for more information i didnt even know about modrewrite thanks again for u told me that. By the way just for look and try i enable modrewrite than links and album names is fix like you said Copy pages with different url - acrylian - 2022-01-31
Actually that is called the "Modrewrite suffix" and currently needed to differ image page from others so ZP is not confused. You can change this to anything else but should not leave it empty (as that might be causing trouble because a script page then looks like an direct image url. Which may be considered harmful by some tools and confuse GOogle.
Sorry, if your site has a general low rank it may take some time until Google indexes it. That is a whole SEO science by itself we cannot cover here. Use the search console to check. You should not loose your former unrewritten URLs as this is a redirect. For example try https://www.zenphoto.org/index.php?album=theme which ends on https://www.zenphoto.org/theme/
You have to have the htaccess file in place. Re-Run setup and it s hould tell you to create it. Copy pages with different url - cenkgoksel - 2022-02-05 Hi back dear @acrylian i have try mod rewrite again but its didnt work. I have check it i have htaccess file in www.fdream.co.uk/ here ( plus i do re-run install again even try couple of times And i have another question aswell i want to transfer my host server is it possble transfer all the zenphoto website without any problem on my new host is that enough to use only backup or what else we needs to do ? Thanks Very much Kind Regards ... Copy pages with different url - acrylian - 2022-02-05 No wonder that modrewrite does not work as that ist not the correct Zenphoto htaccess file. All yours contains is domain redirections. Remove it, re-run setup and let setup create a new one. Those domain www/httss rediretions which normally should be done server side, If you need them on yours you have to manually edit the htaccess file afterwards.
Please see https://www.zenphoto.org/news/moving-and-changing-existing-installations/ |