Difference between revisions of "Htaccess"

From SME Server
Jump to navigationJump to search
m (Forgot to remove /pub/)
m (Reverted edits by Cactus (Talk); changed back to last version by RayMitchell)
Line 2: Line 2:
  
 
This is a link to an earlier Howto that is still applicable to sme7.x
 
This is a link to an earlier Howto that is still applicable to sme7.x
http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/howto/htaccess%20configuration%20with%20custom%20templates%20HOWTO%20for%20sme%20server.htm
+
http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/rmitchell/smeserver/howto/htaccess%20configuration%20with%20custom%20templates%20HOWTO%20for%20sme%20server.htm
 
   
 
   
 
The Howto refers to a deprecated command
 
The Howto refers to a deprecated command
Line 9: Line 9:
 
Instead of the above, please use the following commands to restart & check the httpd-e-smith service
 
Instead of the above, please use the following commands to restart & check the httpd-e-smith service
  
  service httpd-e-smith restart
+
  sv t /service/httpd-e-smith
  service httpd-e-smith status
+
  sv s /service/httpd-e-smith
  
 
I will revise the Howto & add it here when time permits
 
I will revise the Howto & add it here when time permits

Revision as of 22:23, 29 October 2007

htaccess configuration using custom templates

This is a link to an earlier Howto that is still applicable to sme7.x http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/rmitchell/smeserver/howto/htaccess%20configuration%20with%20custom%20templates%20HOWTO%20for%20sme%20server.htm

The Howto refers to a deprecated command /etc/e-smith/events/actions/restart-httpd-graceful

Instead of the above, please use the following commands to restart & check the httpd-e-smith service

sv t /service/httpd-e-smith
sv s /service/httpd-e-smith

I will revise the Howto & add it here when time permits