Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS .htaccess error Re: .htaccess error

#132069
chrisburton
Participant

Googling around I’ve seen it as such:

RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$profile.php?u=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$profile.php?u=$1

Notice the `?`.