Hello @iweb_smartie
Thank you for your answer.
So, I don´t want to be able to connect to the /index.php/ because it isn´t normal :-) I don´t want to have duplicate content. I just want a normal URL.
Do you know how I can fix this problem?
@Conor_Tomkins Hello again,
Thank you for taking time. Look, i´m sorry, but i dont know what you mean when you say "Make sure your rewrite base uncommented.".
WIll you please explain further?
@iweb_smartie I don´t want the /index.php/ to be able to connect. It should be a 404 site or something which doesen´t exist.
Ideally /Index.php should redirect back to your homepage.
@Conor_Tomkins It doesen´t do that.
Check the admin settings "use secure urls in the frontend as yes" and check your .htaccess file you can refer here http://akshyaa.com/remove-index-php-base-url-magento/ its works for both xampp ans wamp servers.http://akshyaa.com/remove-index-php-base-url-magento/
it doesn't work
Hi,
Just like any other PHP web apps, Magento utilises PHP single entry point which loads up your whole Magento. In this case this is index.php. Unfortunately blocking access on index.php means you'd block access to your store. Like GA, other analytics platforms also do not penalise apps having index.php. I am not certain, what your concerns are with index.php as long you wouldn't need to type that in ;-).