1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Page editor changing hyperlink -- index.php to index.html

Discussion in 'Templates, HTML, CSS, and Design Help' started by dpete, Dec 5, 2012.

  1. dpete New Member

    Hello!

    On an extra page of our website, there is a list of text hyperlinks. When I enter a link that includes "index.php" the link text is changed to "index.html" when it is rendered in a browser and thus the link does not work. The page is here: http://tribalcollegejournal.org/jobs/pages.php?page=8.

    The specific links in question occur at Navajo Technical College and Nebraska Indian Community College.

    Could this be a rewrite in my .htaccess file causing this?

    Thanks for any advice.
  2. dpete New Member

    So a little poking around in the htaccess file found this:

    Code:
    #index
    RewriteRule ^index\.html$ index.php [NC,QSA]
    I suspect this is causing the problem described in the previous post.

    I guess I can work around it by using a tinyurl. Does anyone have any other ideas?

Share This Page