RewriteEngine

Discussion in 'Installation/Configuration' started by jeanjacquesjeanjacques, Dec 8, 2006.

  1. Hello,

    Excuse me but i can't figure out if the RewriteEngine is activated on my server.
    Would you please explain me how could i see it ?
    (i looked for it inside the httpd.conf but i didn't find anything about it).

    Best regards,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Create a redirect for a co-domain in ISPConfig, if it works, the rewrite engine is enabled. If you followed one of the perfect setup howtos, the rewrite engine is installed and enabled on your server.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Could be. But you can write some rewrite rules to the main Apache configuration for testing purposes and then run
    Code:
    httpd -t
    If the rewrite module isn't enabled, it will show you an error.
     
  4. Thank you Falko !
     

Share This Page