Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

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.

jmadsen

Member
  • Joined

  • Last visited

Everything posted by jmadsen

  1. Don't know how to better describe that for the title. The problem is: I use vhosts extensively for my work, but occasionally I just slap some files into a localhost/mysite When I use a vhost, I can set my first vhost the way it comes "out of the box": <VirtualHost _default_:80> DocumentRoot C:/UniServer/www ServerName localhost ErrorLog "logs/error.log" CustomLog "logs/access.log" common </VirtualHost> But if I want to use localhost/mysite, I have to change it to: <VirtualHost localhost:80> DocumentRoot C:/UniServer/www ServerName localhost ErrorLog "logs/error.log" CustomLog "logs/access.log" common </VirtualHost> Which is a pain, obviously, as it includes an apache restart. my httpd.conf is set to: ServerName localhost .htaccess doesn't seem to be what is affecting it. Would really appreciate ti if someone could give me a lead on this! Thanks, Jeff

Account

Navigation

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.