Home › Forums › Back End › .htaccess beginer › Re: .htaccess beginer
March 14, 2012 at 6:34 am
#99055
Member
i’m writing inside index page this code to make the url
">
then i get the value by this code
$idRequest = $_REQUEST;
then i use it in SQL syntax
and .htaccess placed next to index page in the root directory of my website and has this code to make easier to read
RewriteEngine On
CheckSpelling On
RewriteRule ^([^/]*).html$ /index.php?page=$1 [L]
so please where is the in correct in my whole code , what should i change !
i’m just a beginer in htaccess