Hi
how can i redirect all the hits on my pages ending with index.php/blabla
to index.php ?
its for my wordpress blog.
thanks in advance
Hi
how can i redirect all the hits on my pages ending with index.php/blabla
to index.php ?
its for my wordpress blog.
thanks in advance
Hi,
As we know I'm a dummy but I hope this is what your looking for.
How to setup a 301 Redirect
Butterflies Forever
Sami
Redirect 301 /index.php/blabla /index.php
Submit new proxies-
can anybody provide full code for me to copy-paste ?
Submit new proxies-
MeetHere (12 October, 2009)
MeetHere, the above code needs to be copy and pasted into a file named .htaccess that resides in the root directory of your web site. You may well already have this file on your site so download it first to edit rather than over-writing it. You can put the code right at the start of the file.
My forum signature is under construction.
m42 (9 October, 2010)
hi
sorry for the dumb question, but i want to redirect every page ending with index.php/ to main page.
e.g. http://mortgage-refinance-credit.com...php/readcredit
mortgage-refinance-credit.com/index.php/whatcredit
TO www.mortgage-refinance-credit.com/
Above code is not working.![]()
I'm still not clear on exactly what you want to do, but if you want to redirect any non-existent page to your home page, you can use an error 404 re-direct:
This should be placed at the top of the .htaccess file.Code:ErrorDocument 404 /index.php
There are better ways by using .htaccess rules though if you specify exactly what you want to happen.
My forum signature is under construction.
I only want to redirect url's like (there are many of them)
http://mortgage-refinance-credit.com...php/readcredit
mortgage-refinance-credit.com/index.php/whatcredit
TO www.mortgage-refinance-credit.com/
well,
it is easy to use in content management system which is written in php.in that XOOP is the very best tool for developing.
Bookmarks