Home Forum
2025-01-02
Benvenuto, Ospite
Nome Utente Password: Ricordami

some redirects working, some not
(1 Online) (1) Ospite

ARGOMENTO: some redirects working, some not

some redirects working, some not 14 Anni, 2 Mesi fa #1472

Hi,
it seems I have REDJ set up correctly, because this redirect is working:
/index.php?option=com_content&view=article&id=100&Itemid=107 to www.poker-coaching.net,
but this type is not working:
/bester-bwin-poker-bonus-download-link.html to www.poker-coaching.net/bet365-poker-bonuscode.html,, same here:
/phpbb3/viewtopic.php?f=3&t=85 to www.poker-coaching.net

What could be the problem? I did insert the code to my .htaccess. I do use SH404SEF, is that a problem?
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1474

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Hi,
ReDJ can work with sh404SEF, just beware that ReDJ plugin is the first one between system plugins.

About redirects, remember to escape the question mark:

From URL: /index.php\?option=com_content&view=article&id=100&Itemid=107
To URL: http://{siteurl}/
 
From URL: /bester-bwin-poker-bonus-download-link.html
To URL: http://{siteurl}/bet365-poker-bonuscode.html


If you stil get problems, send me a dump of jos_redj table at info(at)sistemistica.it.

Regards,
Luigi
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1475

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Just a question.

If I type www.poker-coaching.net/bester-bwin-poker-bonus-download-link.html I get redirected to www.poker-coaching.net/bet365-poker-bonuscode.html, that seems what you need.

Are you sure ReDj is not working? Have you cleaned sh404SEF cache?

Let me know,
Luigi
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1476

Looks like most of the redirects are working now. I did purge the SEF URLs at SH404SEF, will see whether they are all working now.
REDj is 1st in the system plugin section, yes
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1477

Most of them are working now. ReDJ is #1 in the system plugin, and I have purged the SH404SEF cache now.
So you are saying that in the "From" URL, I need to take out all question marks?
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1478

Now it seems the other way around, the item redirects do not work, while the /myurltext.html redirects work. I purged the SEF URLs at SH404SEF, and yes ReDJ is nr.1 in the system plugins.
For example,
redirecting /phpbb3/viewtopic.php?f=3&t=389 to www.poker-coaching.net is not working

/ucp.php?mode=delete_cookies&sid=ee9cd87171bac7f6525a7c0854a825f7 to the same page, not working
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1479

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Here is how to configure item:

From URL: /phpbb3/viewtopic.php\?f=3&t=389
To URL: http://{siteurl}/


Please, send me dump so I could check all your items.

Regards,
Luigi
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1483

I have made the changes with the \? instead of the ?, and all redirects are working now. Thank you very much
What's the minimum requirement for the plugin to work? I have two sites where I can't install it, maybe PHP too old?
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1484

all fixed now, but on one of my wesbites the ReDJ install doesnt work?

PHP Built on: Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
Database Version: 4.0.27-standard
Database Collation: N/A (mySQL < 4.1.2)
PHP Version: 4.4.9
Web Server: Apache/1.3.41 Ben-SSL/1.59
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.18 Stable [ wojmamni ama wojnaiki ] 27-May-2010 18:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10

Maybe because of older MySQL?
L'Argomento è stato bloccato.

Re: some redirects working, some not 14 Anni, 2 Mesi fa #1485

Now I have them all working, thank you very much!

But on one of my sites, I can't install ReDJ,

heres the error message:



* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj' doesn't exist SQL=ALTER TABLE `jos_redj` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'
SQL =

ALTER TABLE `jos_redj` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'

* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj' doesn't exist SQL=ALTER TABLE `jos_redj` ADD `redirect` int(3) unsigned NOT NULL DEFAULT '301' COMMENT 'HTTP STATUS CODE: 301, 307, 200' AFTER `tourl`
SQL =

ALTER TABLE `jos_redj` ADD `redirect` int(3) unsigned NOT NULL DEFAULT '301' COMMENT 'HTTP STATUS CODE: 301, 307, 200' AFTER `tourl`

* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj' doesn't exist SQL=ALTER TABLE `jos_redj` ADD `case_sensitive` tinyint(1) NOT NULL default '1' AFTER `redirect`
SQL =

ALTER TABLE `jos_redj` ADD `case_sensitive` tinyint(1) NOT NULL default '1' AFTER `redirect`

* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj' doesn't exist SQL=ALTER TABLE `jos_redj` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`
SQL =

ALTER TABLE `jos_redj` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`

* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj_pages' doesn't exist SQL=ALTER TABLE `jos_redj_pages` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'
SQL =

ALTER TABLE `jos_redj_pages` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'

* ReDJInstaller::com_install(): SQL Error. DB function failed with error number 1146
Table 'db259378594.jos_redj_pages' doesn't exist SQL=ALTER TABLE `jos_redj_pages` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`
SQL =

ALTER TABLE `jos_redj_pages` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`

* Component Install: Custom install routine failure

Message

* Install Component Error

SQL "ALTER TABLE `#__redj` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'" failedSQL "ALTER TABLE `#__redj` ADD `redirect` int(3) unsigned NOT NULL DEFAULT '301' COMMENT 'HTTP STATUS CODE: 301, 307, 200' AFTER `tourl`" failedSQL "ALTER TABLE `#__redj` ADD `case_sensitive` tinyint(1) NOT NULL default '1' AFTER `redirect`" failedSQL "ALTER TABLE `#__redj` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`" failedSQL "ALTER TABLE `#__redj_pages` CHANGE `checked_out` `checked_out` int(11) unsigned NOT NULL default '0'" failedSQL "ALTER TABLE `#__redj_pages` ADD `last_visit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `hits`" failedPlugin System - ReDJ installed: remember to activate it here
Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279

Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279

Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279

Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279

Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279

Notice: Undefined variable: stepval in /homepages/41/d235298914/htdocs/bestpokerbonuscode/libraries/joomla/installer/installer.php on line 279
ReDJ allows to manage URL redirection (useful for creating URL aliases, and managing redirections from old to new URLs). No more error 404 (page not found). Managing associations from old to new URLs, all links to old pages will be redirected to new ones. Create an URL alias by now is so simple, just create new item and add both alias and real destination URL. With ReDJ you can also create custom 404 error pages.
L'Argomento è stato bloccato.
Moderatori: admin
Tempo generazione pagina: 0.68 secondi
Cerca con Google
News
Chi è online
 190 visitatori online
Sponsor

slotmachineaamsonline.com è una guida alle migliori slot machine online legali in Italia. Sul sito trovi un elenco sempre aggiornato dei casino online con Slot machine e bonus slot, le ultime novità dal mondo delle slot online e le migliori strategie per vincere. Inoltre, è disponibile una sezione dedicata alle slot machine da BAR che finalmente sono disponibili nella versione online.