Must I restart Apache after changing a .htaccess file?

No, you will not need to restart Apache.

You will need to "hard refresh" your web page to see the changes. Simply browse your site and go to the page that should be affected. Then hit Ctrl + F5 to refresh everything. (Some computers require the F Lock to be on before you can use F5.) Now you should see your new .htaccess code take effect.

Alternatively, you can clear your browser's cache, close the browser, relaunch the browser, and try your web page again.

  • 20 Users Found This Useful
Was this answer helpful?

Related Articles

.htaccess guidance

.htaccess is a special Apache file that tells your website how to function. You can edit the...

About Apache

Apache is the program on our servers used to view web pages. What are the maximum number of...

Apache Directives for .htaccess

Here is a list of the Apache Directives you can use in the .htaccess file. AddCharSet: Maps...

Apache mod_rewrite and examples

What is mod_rewrite? Mod Rewrite allows you to change the URL that everyone sees when they visit...

Apache Virtual Host

Apache Virtual Host can be managed on a dedicated server. <VirtualHost 74.54.217.194:80>...