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.

mbenam

Member
  • Joined

  • Last visited

Everything posted by mbenam

  1. Hello everyone, the CMS I am using suggested to add this line in .htaccess and that did the trick. Options +FollowSymLinks I am not sure what it's doing but it's working perfectly. I guess I have to study more about mod_rewrite. Thanks. mbenam.
  2. Hi, I have been trying to access the page using localhost and still getting the forbidden error. Also I tried changing the file extension from .html to .php. I am getting the same error. Can you explain your comment about PHP script like Mediawiki. Thanks. mbenam.
  3. Hello, I am trying to check whether mod_rewrite is working on my installation or not. I have ensured that mod_rewrite is not commented out in the http.conf at \usr\local\apache2\conf. At docroot I have two files test.html and test2.html. I tried to access http://localhost/test.html using the following .htaccess file and get a 403 forbidden error. Order Deny,Allow Deny from all Allow from 127.0.0.1 RewriteEngine On RewriteRule ^test.html$ /test2.html [R=301] If I delete the first 3 lines then I get a 500 Internal Server Error. Can anyone please help me out here? Thanks. mbenam.

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.