Hi,
I am working with freesco 036 and apache_1.3.27_dingetje.
I am unable to get mod_rewrite working.
It seems enabled in the httpd.conf but the module is not loaded.
This can be seen with the command httpd -l.
Does anyone have this working?
LoadModule rewrite_module libexec/mod_rewrite.soAddModule mod_rewrite.c#
# Rewrite rules
#
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .*favicon.ico /favicon.ico [PT,NS]
</IfModule>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Add ".your-domain.com" to match your domain to enable.
#
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from 127.0.0.1 192.168.0.0/24 10.0.0.0/16
</Location>
It seems to me mod_rewrite is loaded but I am not 100% sure.
AllowOverride All
<VirtualHost *>
<Directory />
Options FollowSymLinks
AllowOverride FileInfo Options
</Directory>
RewriteEngine On
DocumentRoot /www/pc1mh
ServerName pc1mh.is-a-geek.com/pc1mh
ServerAlias *.pc1mh.is-a-geek.com/pc1mh
</VirtualHost>
<Directory /www/pc1mh>
AllowOverride FileInfo Options
</Directory>
Return to 3rd Party Package Support for FREESCO v0.3.x
Users browsing this forum: No registered users and 1 guest