cancel
Showing results for 
Search instead for 
Did you mean: 

How to Remove index.php from Magento URL

Re: How to Remove index.php from Magento URL

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?

Re: How to Remove index.php from Magento URL

@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?

Re: How to Remove index.php from Magento URL

@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.

Re: How to Remove index.php from Magento URL

Ideally /Index.php should redirect back to your homepage.


Freelance Web Developer - Graphic Designer - SEO Analyst
Conor Rhys Tomkins

Re: How to Remove index.php from Magento URL

@Conor_Tomkins It doesen´t do that.

Re: How to Remove index.php from Magento URL

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/

Re: How to Remove index.php from Magento URL

it doesn't work

Re: How to Remove index.php from Magento URL

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 ;-).