Hello,
Is placing the following in the .htaccess file the best way to route a new default page?
DirectoryIndex articles/index.html
Or is editing the httpd.conf file better? I am basically wanting all incoming traffic going to domain.com to default to domain.com/articles/
Thanks.
- Andy
Is placing the following in the .htaccess file the best way to route a new default page?
DirectoryIndex articles/index.html
Or is editing the httpd.conf file better? I am basically wanting all incoming traffic going to domain.com to default to domain.com/articles/
Thanks.
- Andy
Comment