Answer the question
In order to leave comments, you need to log in
How to make sure that there is no 500 error?
Guys, in htaccess I have the following code:
AddDefaultCharset utf-8
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ $1.php
RewriteRule ^profile/id([0-9]+)$ profile.php?id=$1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question