Forum Moderators: phranque
info:
i have root access, this is our webserver (no shared or virtual accounts)
here are the files:
******************************************
/etc/admserv/conf/httpd.conf
/etc/admserv/conf/httpd.conf.master
/etc/admserv/conf/httpd.conf.pkgsave
/etc/admserv/conf/httpd.conf.master.pkgsave
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/httpd.conf.master
/etc/httpd/conf/httpd.conf.pkgsave
/etc/httpd/conf/httpd.conf.master.pkgsave
/etc/httpd/conf/httpd.conf.sav
/usr/local/etc/httpd.ourSiteName/conf/httpd.conf
/usr/local/etc/httpd.ourSiteName/conf/httpd.conf.orig
thanks!
IPfreely
If you have root access, just put the authorization directive in the httpd.conf file rather than adding and AllowOverride directive and an .htaccess file.
thanks guys,
IPfreely
jdMorgan -what is mod_rewrite? i see it written in httpd.conf as:
"LoadModule rewrite_module modules/mod_rewrite.so"
That would be it. You'll find some good links regarding mod_rewrite in the Apache Forum Charter [webmasterworld.com].
how do i go about doing that? and can i assume the reason to do that would be to avoid a performance hit?
There is an Apache Tutorial: .htaccess files [httpd.apache.org] that offers some fairly good direction.