× Here you can get community support related to ReDJ.

Mass change from .aspx

  • digitalchaos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #8 by digitalchaos
Mass change from .aspx was created by digitalchaos
I need to redirect an entire site which has too many individual pages to enter. Currently there are a tonne of links like this:
www.mapleton.ca/mapleton/detail.aspx?app=119&cat1=443&tp=2&lk=no&title=Contacts

Is it possible to do something like this:

^/mapleton/detail\.aspx\$
to
{scheme}://{siteurl}/

No
Yes
No

I don't mind if all the pages just go to the new landing page - they don't have to go the specific page.

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

More
11 years 10 months ago #9 by admin
Replied by admin on topic Re: Mass change from .aspx
Yes, is possible but first you need to tell your web server to pass control to Joomla (and ReDJ).

At the moment the error page is provided by Apache, so you need to add this at the end of your .htaccess file:
ErrorDocument 404 /

After this, create this rule:
From URL: ^/mapleton/detail\.aspx
To URL: {scheme}://{siteurl}

This should solve.

Kind regards,
Luigi

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

  • digitalchaos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #10 by digitalchaos
Replied by digitalchaos on topic Re: Mass change from .aspx
Best support ever! You're the best. All is working.

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

More
11 years 10 months ago #11 by admin
Replied by admin on topic Re: Mass change from .aspx
And really thanks to you for using our extensions.

Kind regards,
Luigi

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

Time to create page: 0.081 seconds