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.

different www location

Featured Replies

I want all my website files to be in a different location, not under c:\uniserver\www. My website files are stored in a folder inside my Dropbox folder. Is there a way I can point Uniserver Apache to go to that folder, instead of c:\uniserver\www ?

 

Thanks ...

I have not used Dropbox however try the following:

Create a new directory in your dropbox folder name it www
I will assume the path is C:\Users\fred\Dropbox\www it will depend where you installed Dropbox.

Using the above information eidit Apache configuration file
C:\UniServer\usr\local\apache2\conf\httpd.conf

Change: DocumentRoot "C:/UniServer/www"
To: DocumentRoot "C:/Users/fred/Dropbox/www"


Change:

Options Indexes Includes
AllowOverride All
Require all granted


To:

Options Indexes Includes +FollowSymLinks
AllowOverride All
Require all granted


Copy the content of folder C:\UniServer\www to folder C:\Users\fred\Dropbox\www

All the best
Ric

  • 8 months later...

It would be nice if this was a feature, so when you add vhost you could either write the foldername fred123 and vhost/fred123 would be created.
But when you write a specific path for example C:\Users\fred\Dropbox\www it would detect the C: or similar then make the changes to necessary places to make that specific vhost documentroot instead of the manual tweak suggested.

What do you think Ric, would it be difficult to implement?

 

/Anthony

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.