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.

.htaccess not working for one user

Featured Replies

I have an htaccess file written, so when a user types in www.domain.com/TheirName, it will display just their name, as well as see their forum details. But for some reason, when I type in 1 name, the whole link shows, and not their name, but for others, it works.


Here's what the htaccess file looks like:



RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /profile.php?username=$1


For my username, the whole link shows, rather than just the name.

Any help would be well appreciated. Thanks!


Sorry if this is in the wrong section.

Edited by Epicballzy

what is the name that causes the problem? (it might be relevant in this case but not sure)

 

EDIT: for the one name showing the "whole link" it could be that you haven't defined a condition to catch the particular name. The name must first satisfy the !-f and the !-d condition. However the name is getting past those and not being rewritten by rewrite rule. For the RewriteRule to perform it's duties, the 'test string' must meat the prior conditions.

Edited by drt_t1gg3r

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.