Forums

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

Home Forums Back End .htaccess beginer Re: .htaccess beginer

#99055
The-Marshal
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