Forum Moderators: phranque
etc.
What the PHPSESSID means I do not know yet. I'm confused that there's no 'foo' directory in the DocumentRoot of the site, only foo.php. I tried to search for mod_rewrite trickery, but have not found any:
root@host# grep -i rewrite /etc/apache/httpd.conf
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
###LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
root@host# grep -i include /etc/apache/httpd.conf
# LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
Options Indexes Includes FollowSymLinks MultiViews
root@host#
Please help me understand how this server is configured.
root@host# /etc/init.d/apache start
Starting web server: apacheSyntax error on line 5 of /etc/apache/httpd.conf:
ServerTokens not allowed here
failed
Doing "grep -ir rewrite /etc" gives me only this new line:
/etc/php4/apache/php.ini:url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
Also "find / -iname '.htaccess'" returns no results.
I'm completely lost here.