Help me re-write index.php Expert Enter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by BDplanet View Post
    if dubble dot

    eg: ../some.php wt i can do?
    add / eg: /../some.php
    sigpic
    Visit my WEBSITE Project: http://www.aspirewap.net

    Comment


      #17
      rewrite code:
      PHP Code:
      RewriteRule ^(.*)/([0-9]+)/(.*).htmlindex.php?page=$1&id=$2&indir=$[L
      if the problem is not showing the color of css then share your header page bcoz the css links are in there. or u can try on ur own by changing the css links with:
      PHP Code:
       http://ursite.con/css/style.css 
      instead of using
      PHP Code:
      ../css/style.css
      it will work just fine.
      Last edited by asifnayem; 16.04.12, 15:42.

      Comment

      Working...
      X