• how can I change my index.php to index.html?
    jusst so yuo know I don’t have .htacess or any of that just…
    www -> wordrpess stuffs
    hope you can help

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want to run WordPress, you need the index.php file.

    Thread Starter ps3d

    (@ps3d)

    can I redirect index.html to index.php?

    add this line to top of your .htaccess

    RedirectMatch 301 (.*)\.html$ http://www.example.com$1.php

    replace with your url of course

    PS3D what seems to be the actual problem ? Your webserver is trying to load index.html ? Can you try and REMOVE that file (usually this leads to the load of index.php automatically) and tell us the result ?

    P.S: I’m guessing that’s some old apache version..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how can I change my index.php to index.html?’ is closed to new replies.