Skip to main content
deleted 227 characters in body
Source Link
M Rostami
  • 4.2k
  • 1
  • 39
  • 40

In some cases maybe mod_rewriteIt might be the mod_rewrite module in apache is not loaded . Check your apache configuration.

Update:

Windows xampp : Open xampp/apache/conf/httpd.conf and uncomment mod_rewrite module.
Windows wamp : Open wamp/bin/apache/Apache2.x.x/conf/httpd.conf and uncomment mod_rewrite module.
Ubuntu : Type in terminal : a2enmod rewrite && service apache2 restart
  Ubuntu manual :or cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
And then

Then reload apache
Ubuntu : service apache2 reload OR service apache2 restart
Windows : From xampp or wamp control panel.

In some cases maybe mod_rewrite module in apache is not loaded . Check your apache configuration.

Update:

Windows xampp : Open xampp/apache/conf/httpd.conf and uncomment mod_rewrite module.
Windows wamp : Open wamp/bin/apache/Apache2.x.x/conf/httpd.conf and uncomment mod_rewrite module.
Ubuntu : Type in terminal : a2enmod rewrite
  Ubuntu manual : cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
And then reload apache
Ubuntu : service apache2 reload OR service apache2 restart
Windows : From xampp or wamp control panel.

It might be the mod_rewrite module is not loaded.

Windows xampp : Open xampp/apache/conf/httpd.conf and uncomment mod_rewrite module.
Windows wamp : Open wamp/bin/apache/Apache2.x.x/conf/httpd.conf and uncomment mod_rewrite module.
Ubuntu : a2enmod rewrite && service apache2 restart or cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load

Then reload apache

add some
Source Link
M Rostami
  • 4.2k
  • 1
  • 39
  • 40

In some cases maybe mod_rewrite module in apache is not loaded . checkCheck your apache httpdconfiguration.conf

Update:

Windows xampp : Open xampp/apache/conf/httpd.conf and uncomment mod_rewrite module.
Windows wamp : Open wamp/bin/apache/Apache2.x.x/conf/httpd.conf and uncomment mod_rewrite module.
Ubuntu : Type in terminal : a2enmod rewrite
Ubuntu manual : cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
And then reload apache
Ubuntu : service apache2 reload OR service apache2 restart
Windows : From xampp or wamp control panel.

maybe mod_rewrite module in apache is not loaded . check your apache httpd.conf ..

In some cases maybe mod_rewrite module in apache is not loaded . Check your apache configuration.

Update:

Windows xampp : Open xampp/apache/conf/httpd.conf and uncomment mod_rewrite module.
Windows wamp : Open wamp/bin/apache/Apache2.x.x/conf/httpd.conf and uncomment mod_rewrite module.
Ubuntu : Type in terminal : a2enmod rewrite
Ubuntu manual : cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
And then reload apache
Ubuntu : service apache2 reload OR service apache2 restart
Windows : From xampp or wamp control panel.

Source Link
M Rostami
  • 4.2k
  • 1
  • 39
  • 40

maybe mod_rewrite module in apache is not loaded . check your apache httpd.conf ..