I want to hide file extensions. MultiViews is enabled but it
doesn't seem to be working. I had attached a copy of httpd.conf
with a previous mail. My htaccess file contains:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.shtml -f
RewriteRule ^(.*)$ $1.shtml
But the above lines do not allow files to be accessed without
the ".shtml" extension. Could you tell me what the mistake in my
htaccess file is? A soft link to the whole htaccess file is at:
http://students.iiit.net/~deepak_r/htaccess
Thanks in advance,
Rajasekaran Deepak
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|