Rewrite test is failing when installing opensource social network

Peter Keresztes Posted in Technical Support 10 years ago

Hello,

I am installing a brand new opensource social network and I have the rewrite module enabled on the apache but the installation keeps failing on rewrite check.

Here is what I see in the logs:

[Sun Jul 03 07:04:21.008950 2016] [:error] [pid 12343] [client 162.220.52.162:50585] script '/var/www/html/ossn/rewrite.php' not found or unable to stat

==> /var/log/apache2/access.log <==
162.220.52.162 - - [03/Jul/2016:07:04:21 -0400] "GET /rewrite.php HTTP/1.1" 404 450 "-" "-"

and here are the list of the enabled modules:

pache2ctl -M
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using balfala.com. Set the 'ServerName' directive globally to suppress this message
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)

Replies
Romanian Peter Keresztes Replied 10 years ago

Nevermind, it was working only it needed a hard refresh.

Romanian Peter Keresztes Replied 10 years ago

I can see the rewrite is working in the logs and still the page is showing it in red and no option to move forward.