Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Shelton105

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sims2060225

To get this to work you will need to use the correct characters rather then the URL encoded characters.

Try adding the following in apache configuration file (apache2.conf/httpd.conf/apache.conf dependent on your distro)

AddDefaultCharset UTF-8


After restart apache using:

sudo service httpd restart


or

sudo service apache2 restart


Then in your htaccess file try the following:

Options +FollowSymLinks
Redirect 301 www.test.de/kollektion/bügel[s]bh www.test.de/bhs/bugel-bhs+balconette

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme