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.

pioha

Member
  • Joined

  • Last visited

Everything posted by pioha

  1. Topic not fresh, but mayby usefull for somebody (becouse promblem isn't solved by others). My solution for remote access to `Uniform Server` (and phpmyadmin): Requirements: Both computers (client and server) have the system Windows (in my case Win7 on client and Win XP on server)I installed on the server (Win XP) `Uniform Server`.Both computers are on the same network (they have the same class) 192.168.0.xClient computer have IP 192.168.0.8Server computer have IP 192.168.0.1Todo: Edit file `hosts` on client computer Use Uniform Server panel (Main menu --> Extra --> Edit Win hosts file) - Host name -> input target domain (ex. mydomain.com) - IP Adress -> input target IP (ex.192.168.0.1) Edit file 'hosts' on server computer You should input the values: - Host name -> input target domain (ex. mydomain.com) - IP Adress -> input target IP (ex.127.0.0.1) Switch off Apache To enable 'virtual host' option. Add virtual host by Uniform Server panel: Main menu --> Apache --> Apache vhosts --> Create Apache vhost Add domain folder (or use already created) Input values: - Root folder name -> myFolderForDomain (localized dafault into www/... of US's dir) - Server name -> enter domain witch have previously entered (in these example it is mydomain.com) For access by phpMyAdmin additionaly You should edit file `.htaccess` in US folder. Localisation these folder: home\us_opt1\ .htaccess and modifify line 'allow' and add IP 'client computer' separated by space like this example : #Order Deny,Allow #Deny from all #Allow from 127.0.0.1 192.168.0.8 #Allow from ::1 Restart Apache. Done ​​

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.