Can someone help with .htaccess
Permalink 1 user found helpful
I need to have my index.htm load first in place of index.php, the index.htm links to index.php tho.
Do I use .htaccess?
Or is it a PHP thing?
Thanks for any help.
Do I use .htaccess?
Or is it a PHP thing?
<?php header( 'Location:http://www.yoursite.com/new_page.html'... ) ; ?>
Thanks for any help.
No my server defaults to .php so it ignores the .htm, also where do I place the new index if that's the case?
try in your htaccess file. If the host allows overrides then that should work to make the index.html be the page that loads first.
DirectoryIndex index.html
Looks like it would work but I'm not sure what directory to place it in. Do I place in in the main directory Concrete5 is installed in, or do I use the theme folder?
Thanks
Thanks
In the root directory where the index.php file is.
Do you mind me asking why you need to do this?
Do you mind me asking why you need to do this?
Rony