Changing default INDEX?
-
Hello All,
Is there a way to change the “main page” (index.php) to another page on BuddyPress?
For example:
http://www.my-websight.com/index.php is the default BP installation
but, I want it to be
http://www.my-websight.com/some-other-page-of-my-choice.html
currently im using the HTACCESS method. which is:
RewriteRule . index.php [L]
DirectoryIndex main-splash-page.html(Ive added the DirectoryIndex) which changes my “default index”
It seems to work the way I want it to. However, I fear unintended consequences.
Question:
1) Is there a preferred way to do this?
2) Are there any checks/hooks on BuddyPress or WordPress that would be aggrevated by me adding/specifying a “DirectoryIndex”
3) Is this just a wordpress no/no?FYI: Im on WP 3.0 – latest BP (upgraded from WPMU)
cc:
@DJPaul
@crashutah
@johnjamesjacoby**any thoughts?
- The topic ‘Changing default INDEX?’ is closed to new replies.