![]() |
|
Options->General says "Setup did not detect a working mod_rewrite facility." - 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: Options->General says "Setup did not detect a working mod_rewrite facility." (/thread-12363.html) |
Options->General says "Setup did not detect a working mod_rewrite facility." - amie - 2015-11-15 from phpInfo: /etc/apache2/sites-enabled/000-default.conf
` Thx a mill Options->General says "Setup did not detect a working mod_rewrite facility." - amie - 2015-11-15 htaccess file version 1.4.5;Rewrite rules are now handled by PHP codeSee the file "zenphoto-rewrite.txt" for the actual rulesThese rules redirect everything not directly accessing a file to the Zenphoto index.php script
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule ^.*/?$ index.php [L,QSA] Options->General says "Setup did not detect a working mod_rewrite facility." - acrylian - 2015-11-15 Sadly not really, this normally only happens on non Apache servers or when it is indeed no available. Do you manage the server yourself or does a host that for you? Options->General says "Setup did not detect a working mod_rewrite facility." - amie - 2015-11-16 Thx acrylian, for your fast answer, Thats a real pity. I do manage it myself. Sadly I am not so much into php and/or web stuff. I am more into C++. However I may do some basic debugging. Anything you could tell me where to begin with that? Thanks Options->General says "Setup did not detect a working mod_rewrite facility." - acrylian - 2015-11-16 This has nothing to do with PHP actually. mod_rewrite/htaccess is a native Apache feature. Maybe something is not configured correctly. Sadly I have no knowledge about actual server configuration as I let server admins do that. Options->General says "Setup did not detect a working mod_rewrite facility." - julio - 2015-11-24 I am getting the same error message ("Setup did not detect a working mod_rewrite facility."). I manage my server so I can enable whatever is required to fix it... This is the current situation. core prefork http_core mod_so mod_auth_basic mod_auth_digest mod_authn_file mod_authn_alias mod_authn_anon mod_authn_dbm mod_authn_default mod_authz_host mod_authz_user mod_authz_owner mod_authz_groupfile mod_authz_dbm mod_authz_default util_ldap mod_authnz_ldap mod_include mod_log_config mod_logio mod_env mod_ext_filter mod_mime_magic mod_expires mod_deflate mod_headers mod_usertrack mod_setenvif mod_mime mod_dav mod_status mod_autoindex mod_info mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_actions mod_speling mod_userdir mod_alias mod_substitute mod_rewrite mod_proxy mod_proxy_balancer mod_proxy_ftp mod_proxy_http mod_proxy_ajp mod_proxy_connect mod_cache mod_suexec mod_disk_cache mod_cgi mod_version mod_php5 .htaccess htaccess file version 1.4.5;Rewrite rules are now handled by PHP codeSee the file "zenphoto-rewrite.txt" for the actual rulesThese rules redirect everything not directly accessing a file to the Zenphoto index.php script
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule ^.*/?$ index.php [L,QSA] Any ideas, please? Options->General says "Setup did not detect a working mod_rewrite facility." - acrylian - 2015-12-02 Sorry, no idea. Zenphoto works with standard shared hosting without any issue. Looks like all needed things are enabled. But I am not a server manager myself so I cannot help what might be wrong. |