how to redirect?
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
11 years 7 months ago - 11 years 7 months ago #867
by kalixo
Hello Guys!
Thanks for great tool and great job you made
I need your help with defining redirects on my webpage.
I updated my joomla version and some things went wrong, because from addressation
www.domain.com/index.php/page.html i must use now
www.domain.com/page.html, because with "index.php" it doesn't work.
How to prepare redirect for this? I need to redirect addressess that starts with
www.domain.com/index.php/ and ends with index.php. (I still need this "index.php" to logon my admin panel in
www.domain.com/administrator/index.php?).
As I suppose there ight be also problem with .htaccess file?
This attachment is hidden for guests.
Please log in or register to see it.
I will be thankfullfor your support and help.
Best regards!
This message has an attachment file.
Please log in or register to see it.
Last edit: 11 years 7 months ago by kalixo.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #868
by admin
Hi,
to drop "index.php" you must copy or rename htaccess.txt into .htaccess and set the option su use rewrite in the Joomla configuration. After this, your URLs should look like you need (without inex.php).
After this, if you want to redirect old URLs to new format, create a single rule into ReDJ:
From URL: ^/index\.php/
To URL: http://{siteurl}/{pathltrim /index.php/}{queryfull}
Kind regards,
Luigi
The following user(s) said Thank You: kalixo
Please Log in or Create an account to join the conversation.
-
kalixo
-
Topic Author
-
Offline
-
Senior Member
-
Less
More
-
Posts: 45
-
Thank you received: 0
-
-
11 years 7 months ago #869
by kalixo
Hi, thanks for your quick replay and support!
It works PERFECTLY!!!
Thank you so much.
Best Regards,
Kalixo
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #870
by admin
The following user(s) said Thank You: kalixo
Please Log in or Create an account to join the conversation.
Time to create page: 0.172 seconds