Google search issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roshin123
    New Member
    • Jul 2008
    • 10

    Google search issue

    Hi,

    When I search my website with google.It shows my website and the details in the search result list.But When I click my website link(eg:www.myw ebsite.com/mypage.html) the slash(/) in the url got removed and the site not showing,ie the link become www.mywebsite.c ommypage.html(s lash is not there).


    Thanks &Regards,

    Roshin
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    Is this problem in any way related to your code?
    Or in any way even related to PHP?
    If so, then how?

    Are you setting this link yourself?
    If so, try replacing the / with it's HTML equivalent: ⁄
    Might solve it.

    Comment

    • roshin123
      New Member
      • Jul 2008
      • 10

      #3
      I have redirect the page using .htaccess

      RewriteEngine on

      RewriteRule ^([^/]*\.html)$ index.php?page_ request=$1&%{QU ERY_STRING} [L]

      where I have to change the "/"?

      Comment

      Working...