Member
Member
jdzili   2014-09-07, 11:10
#1

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.
I have deleted all albums and uploaded them againg and nothing.
I have changed theme for basic and nothing.

HELP!
I have been beed using zenphoto since some years and nothing like this ever happened

Administrator
Administrator
acrylian   2014-09-07, 11:34
#2

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.

Member
Member
jdzili   2014-09-07, 11:54
#3

just some 3 months everything was working ok. my actual .htaccess:

RewriteEngine On
RewriteCond %{QUERY_STRING} ^rss-(.)&
RewriteCond %{QUERY_STRING} ^rss-(.
)$
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]
Order Allow,Deny
Deny from 198.143.189.226
Deny from 37.58.100.
Deny from 62.210.83.122
Allow from all

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 files


Update the above and the define in setup.php


IndexIgnore *

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 change


this 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 updates


Rewrite rules for replaced ?RSS-xxx query parameters


put no rules before this line

rewrite rule for tinyURLs


Rewrite rule addition for search


Rewrite additions for zenpage




Catch-all - everything else gets handled in PHP for compatibility.

Administrator
Administrator
fretzl   2014-09-07, 12:02
#4

Quote:# htaccess file version 1.4.3.1;
As you can see in the file, the .htaccess file is from a much older Zenphoto version.
Delete the file and run setup again.
A new .htaccess file will then be created.

Member
Member
jdzili   2014-09-07, 12:18
#5

I deleted the file. and during the setup appears:

Mod_Rewrite check:
(negative)

every other point has a "green light"

Member
Member
jdzili   2014-09-07, 12:20
#6

.htaccess file [is empty or does not exist]
Warning!

Server seems not to be Apache or Apache-compatible, mod_rewrite may not be available.

Administrator
Administrator
fretzl   2014-09-07, 12:24
#7

Just continue. A .htaccess file will only be created if your server supports mod_rewrite.

Administrator
Administrator
acrylian   2014-09-07, 12:25
#8

But make sure the modrewrite option is not set if it is not supported.

Member
Member
jdzili   2014-09-07, 13:00
#9

sorry, but I am really not good in this stuff: where I should check that:
modrewrite option is not set???

Administrator
Administrator
acrylian   2014-09-07, 13:11
#10

Options > General > URL options > modrewrite

Member
Member
jdzili   2014-09-07, 16:45
#11

THX!!!!! WORKS FINE!!!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.