How to enable mod_rewrite and mod_speling

To do this, you must understand how to modify and use the .htaccess file. If you need help, feel welcome to contact AryanIct so we can walk you through the process.

You must either create a new file and name it ".htaccess", or modify your existing .htaccess file. Place the desired code inside, usually at the top. Each of these codes must have their own line in the .htaccess file!

Mod_Rewrite code:

RewriteEngine On

Mod_Speling code:

CheckSpelling On
  • 18 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>...