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.

Web Forwarding?

Featured Replies

I have a server with it's own domain and I want to make a folder within that server and forward a domain I own to that folder within a different sever.

 

The way I'm doing it is using a frame forwarding service. which all the links appear as the other domain names extensions.

 

Can I do anything to avoid this using DNS? Or some other form of doing it.

 

Site Example

You can do this using some rewrite rules in your web server's .htaccess file.

 

Something like this should do it:

 

RewriteCond $1 !^folder1/
RewriteCond %{HTTP_HOST} ^www\.domain\.com
RewriteRule (.*) /folder1/$1 [L] 

  • Author

How do I edit this code you have gave me to fit into my site.

 

Example:

 

RewriteCond $1 !^ea/
RewriteCond %{HTTP_HOST} ^www\.enzoamata\.com
RewriteRule (.*) /ea/$1 [L] 

  • 2 weeks later...

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.