Viewing 1 replies (of 1 total)
  • Thread Starter myhobby2

    (@myhobby2)

    Googled on “pointing DirectoryIndex to index.php by creating .htaccess file”

    Used this information:

    https://www.boutell.com/newfaq/creating/directoryindex.html

    And executed this step:

    Configuring Apache Via .htaccess Files
    You can also configure Apache via a .htaccess file, either in your website’s document root (where your home page lives) or in a subfolder (if you only want the changes to apply to that folder). This works on both Linux/Unix and Windows systems.

    It’s simple! Just create a text file called .htaccess containing this line:

    DirectoryIndex index.html index.htm index.php index.shtml index.shtm

    Just drop that file into your website’s home directory (“document root”).

    -> That did the Job.

Viewing 1 replies (of 1 total)
  • The topic ‘Redirecting issue on local port’ is closed to new replies.