Enabling Mod Rewrite

Mod rewrite is enabled on the server itself so when you set up a domain the only thing that needs to happen is a small entry needs to be entered into the .htaccess file.

Just add the following code to your .htaccess files in the root of your web site...
RewriteEngine ON

  • 1 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to turn PHP register_globals to ON

This post is in regards to .htaccess files and php.ini files and phpSuExec.Because some of our...

What PHP Version does my Hosting Account Have?

In general we like to upgrade to the latest stable php version when its released.To check the...

php.ini files - upload_tmp_dir

upload_tmp_dir This setting controls the temporary location of files uploaded with an HTML form....

PHP settings that cannot be changed on Shared Hosting

Shared and Reseller hosting are shared environments and have certain limits on what can be...

How to upgrade PHP on my Cpanel hosting account

You are reading this article because you want to increase/decrease the PHP version on your Cpanel...