Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Search Engine Friendly Redirect

Featured Replies

Hi, does anyone know how to do a search engine friendly redirect, so i can redirect users automatically from www.website.com to www.website.com/en

 

thanks

 

ben

not sure if i am right, but you could use a .htaccess file to manage the redirect and/or create a subfolder called en and redirect your website to it.

 

Sorry i cannot be of more help. .htaccess and redirects confuse me :huh:

Hi,

 

How does this work for you?

 

Create a file called .htaccess and add the following code into it and upload it into the root of your web folder.

 

RewriteEngine on 
RewriteRule /$	/en/ [L,R=301]

 

You could also try adding the full address instead of just slashes if that doesn't work.

the host server has to be apache driven for that to work. if the host server is windows based .htaccess won't work.

check with your supplier first.

 

ben is there a google friendly alternative to .htaccess for IIS users?

the host server has to be apache driven for that to work. if the host server is windows based .htaccess won't work.

check with your supplier first.

 

ben is there a google friendly alternative to .htaccess for IIS users?

 

i think you just call it htaccess.txt instead of .htaccess

i think you just call it htaccess.txt instead of .htaccess

 

 

no, .htaccess is an apache exclusive file. simply renaming it that way won't do anything.

 

just found this, if your server does happen to be running IIS ISAPI Re-Write will allow you to do URL re-writes much the same as using a .htaccess file.

no, .htaccess is an apache exclusive file. simply renaming it that way won't do anything.

 

just found this, if your server does happen to be running IIS ISAPI Re-Write will allow you to do URL re-writes much the same as using a .htaccess file.

 

 

:) Thats cool, i just thought i saw somewhere yesterday that said do it that way. I learn something new everyday :)

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.