• Welcome to Sitemap Generator Forum.
 

Can we rename index.php?

Started by vocationet, February 06, 2014, 11:49:50 PM

Previous topic - Next topic

vocationet

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.

XML-Sitemaps Support

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.

vocationet

We tried that, index now redirects to our site though :(