![]() |
|
home page loads with good structure, but I cannot enter any photo or news page. - 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: home page loads with good structure, but I cannot enter any photo or news page. (/thread-12113.html) |
home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 my site is www.szkielkoioko.pl it stopped working. There is just first page loading and you cannot go any further. always appears: The requested URL /tatry/ was not found on this server. I have updated zenphoto to 1.4.6 and nothing. HELP! home page loads with good structure, but I cannot enter any photo or news page. - acrylian - 2014-09-07 Probably a missing or incorrect .htaccess file or modrewrite is enabled although your server does not support it. Setup should have told about that. Re-run setup. home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 just some 3 months everything was working ok. my actual .htaccess: RewriteEngine On htaccess file version 1.4.3.1;When Zenphoto requires changes to the rewrite rules:First make a copy of this file as 'oldhtaccess' in the zp-core folder so setup can test for unmodified filesUpdate the above and the define in setup.phpIndexIgnore * RewriteBase / Redirection for site updates--remove the comment crosshatches from the following rules"closed.html" in the plugins/site_upgrade folder is the target for the rewrites. You can changethis file to suit your needs.RewriteRule ^index.php$ plugins/site_upgrade/closed.html [NC,R=302,L]RewriteRule ^$ plugins/site_upgrade/closed.html [NC,R=302,L]End redirection for site updatesRewrite rules for replaced ?RSS-xxx query parametersput no rules before this linerewrite rule for tinyURLsRewrite rule addition for searchRewrite additions for zenpageCatch-all - everything else gets handled in PHP for compatibility.home page loads with good structure, but I cannot enter any photo or news page. - fretzl - 2014-09-07 Quote:# htaccess file version 1.4.3.1; home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 I deleted the file. and during the setup appears: Mod_Rewrite check: every other point has a "green light" home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 .htaccess file [is empty or does not exist] Server seems not to be Apache or Apache-compatible, mod_rewrite may not be available. home page loads with good structure, but I cannot enter any photo or news page. - fretzl - 2014-09-07 Just continue. A .htaccess file will only be created if your server supports mod_rewrite. home page loads with good structure, but I cannot enter any photo or news page. - acrylian - 2014-09-07 But make sure the modrewrite option is not set if it is not supported. home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 sorry, but I am really not good in this stuff: where I should check that: home page loads with good structure, but I cannot enter any photo or news page. - acrylian - 2014-09-07 Options > General > URL options > modrewrite home page loads with good structure, but I cannot enter any photo or news page. - jdzili - 2014-09-07 THX!!!!! WORKS FINE!!! |