Can I rename odp.php file to index.php so that it appears as the homepage in my url.
I don't want to use meta-refresh tags to redirect.
Thank You,
Stuart :)
yes, but you need to change these lines in the files found in /includes/
browse_header.php:14:<form method=POST action="odp.php">
main_header.php:8:<form method=POST action="odp.php">
search_header.php:14:<form method=POST action="odp.php">
filename:line number: the line ..
just replace odp.php with the new filename.
- bjorn