About redirect /index.php
- netfly
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
17 years 2 months ago #2237
by netfly
Hello Saka,
I created a redirect from mydomain.com/index.php to mydomain.com
However, I have a problem with other url containing index.php in the name. For example I use Google Search integrated to my joomla site. The results are displayed into a page in my website. Google Search open a new page with url /index.php?domains=mydomain.com&q=keyword&sitesearch=domain.com&sa=Google+Search&client=etc.
In this case, the page is redirected to mydomain.com
Do you know if there is a solution to prevent this problem?
Best Regards.
I created a redirect from mydomain.com/index.php to mydomain.com
However, I have a problem with other url containing index.php in the name. For example I use Google Search integrated to my joomla site. The results are displayed into a page in my website. Google Search open a new page with url /index.php?domains=mydomain.com&q=keyword&sitesearch=domain.com&sa=Google+Search&client=etc.
In this case, the page is redirected to mydomain.com
Do you know if there is a solution to prevent this problem?
Best Regards.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
17 years 2 months ago #2238
by Saka
Emir Sakic
www.sakic.net
Sure,
Use this one in your .htaccess (replace yoursite.com with your own domain):
After: RewriteEngine On
# Redirect requests to index.php
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ www.yoursite.com/ [R=301,L]
Before: # RewriteBase /
Use this one in your .htaccess (replace yoursite.com with your own domain):
After: RewriteEngine On
# Redirect requests to index.php
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ www.yoursite.com/ [R=301,L]
Before: # RewriteBase /
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- netfly
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
17 years 2 months ago #2239
by netfly
It's absolutely PERFECT Emir ;D
;D
;D
One more SEO improvement in my website. I'm actually high ranked in Google and Yahoo. SEFadvance is part of this success.
Thanks a lot


One more SEO improvement in my website. I'm actually high ranked in Google and Yahoo. SEFadvance is part of this success.
Thanks a lot

Please Log in or Create an account to join the conversation.