Set the first page to be loaded by the browser

Asked

Viewed 35 times

-3

I’m building a CMS and I have 2 files:

  • the index.php
  • index.php (which is housed in the themes/original folder).

You can make the browser load the index.php file (in the themes/original folder) before loading index.php?

2 answers

0

-2


You can set a rule in the file .htaccess of your server

Example:

DirectoryIndex themes/original/index.php

Browser other questions tagged

You are not signed in. Login or sign up in order to post.