When first time load the page instead of index page it should redirect to another page. After that when we clicked on home page then it will redirect to home page. I have done through htaccess. And I wanted to open database link also so I put below code.
DirectoryIndex inventory.php
< IfModule mod_rewrite.c >
RewriteEngine on
Rewriterule ^mega_dados/.*$ - [PT]
</IfModule >
Above code is working only for first time page load but rewrite rule is not working. If I'll comment first line then rewrite rule is working but directory index is not working. But I wanted both. How can I resolve it.