Can we rename index.php?
« on: February 06, 2014, 11:49:50 PM »
We have a # of rewrite rules including:

 # Get rid of index.php
  RewriteCond %{REQUEST_URI} /index\.php
  RewriteRule (.*) index.php?rewrite=2 [L,QSA]

so /generator just takes us to our site. We renamed index.php to index2.php and it loaded fine but when we click the other tabs (Crawling, etc) it takes us to the site as well.
Re: Can we rename index.php?
« Reply #1 on: February 07, 2014, 08:04:43 AM »
Hello,

please try to create a file name ".htaccess" in generator/ folder with one line:
RewriteEngine off
 

Then you should be able to use just index.php in generator/ folder.
Re: Can we rename index.php?
« Reply #2 on: February 07, 2014, 05:21:22 PM »
We tried that, index now redirects to our site though :(