Skip to main content
Magento

Return to Answer

Commonmark migration
Source Link

You just need to update the apache2.conf file.

/etc/apache2/apache2.conf

Navigate to the place in the apache2.conf file.Change "AllowOverride None" to "AllowOverride All" Save the file.

Enabled mod_rewrite:

sudo a2enmod rewrite

sudo service apache2 restart

You just need to update the apache2.conf file.

/etc/apache2/apache2.conf

Navigate to the place in the apache2.conf file.Change "AllowOverride None" to "AllowOverride All" Save the file.

Enabled mod_rewrite:

sudo a2enmod rewrite

sudo service apache2 restart

You just need to update the apache2.conf file.

/etc/apache2/apache2.conf

Navigate to the place in the apache2.conf file.Change "AllowOverride None" to "AllowOverride All" Save the file.

Enabled mod_rewrite:

sudo a2enmod rewrite

sudo service apache2 restart

Source Link
Hafiz Arslan
  • 812
  • 1
  • 13
  • 40

You just need to update the apache2.conf file.

/etc/apache2/apache2.conf

Navigate to the place in the apache2.conf file.Change "AllowOverride None" to "AllowOverride All" Save the file.

Enabled mod_rewrite:

sudo a2enmod rewrite

sudo service apache2 restart

default

AltStyle によって変換されたページ (->オリジナル) /