How to remove index.php file without killing WP?
-
I want to merge WordPress and Joomla into one directory using different databases. It’s possible because there is not any same folder/file except index.php! it is because I want to handle WP & Joomla under the same domain.
It means the domain opens the index.php of Joomla but other pages of WP will be available too:
Example:
DOMAIN/index.php opens index of Joomla
DOMAIN/index.php/component/users/?view=login opens login page of joomla
DOMAIN/index.php/wp-login.php opens login page of WPI DON”T WANT this form:
DOMAIN/WP-OLDER/index.php/wp-login.phpIf delete normally the WordPress’s index.php, WP won’t work! How should I delete index.php of wp in a case of WP-working?
The topic ‘How to remove index.php file without killing WP?’ is closed to new replies.