Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for zvaranka

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 16:07
  • Posts: 6
  • Profile Views: 2180
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
OK, now the the installation pack can be downloaded without error.
Corrupt 2.2.3 pack
Category: JoomSEF 3
emo
Hello!

I tried to download the newest 2.2.3 version and the size of the zip is 0 byte.
Corrupt 2.2.3 pack
Category: JoomSEF 3
emo
I manage to update from 1.2.5 to 1.3.3. First of all I set the website offline, then set the SEF off in Joomla configuration (SEF tab) and I set the ArtioSEF off.

I made a copy of administrator/components/com_sef/config.sef.php file. Then I made a screenshot of Settings page to able to set the old settings, especially the replacement setting ($replacements in config.sef.php).

Then I uninstalled the 1.2.5 version and I installed the 1.3.3. version. Then on basis of the screenshot I set the original settings. Then I set the SEF on Joomla configuration (SEF tab), and I set SEF URL serving in ArtioSEF configuration page and I set the website online.

Finally I checked the urls, especially the links of the images I have in side modules.

SUCCESS!!!!<br><br>Post edited by: zvaranka, at: 2007/01/18 14:53
Update from 1.2.5 to ...
Category: JoomSEF 3
emo
Hello everybody!

Is there som specific instructions to update artiosef from version 1.2.5 to 1.3.3? The 1.2.5 version works fine but I want to update it. Should I save artiosef tables, uninstall the old version and install the new? My settings remain the same?

Thanks

Zoltan
Update from 1.2.5 to ...
Category: JoomSEF 3
emo
OK, I think I found a solution:

In Joomla root index.php you should insert this lines written with bold style:

// Set flag that this is a parent file
define( '_VALID_MOS', 1 );

// Redirection for static content as homepage

$host=$_SERVER[&quot;REQUEST_URI&quot;];
// check if $_SERVER[&quot;REQUEST_URI&quot;] is &quot;/&quot;, if yes we go to a special page
if ( $host == &quot;/&quot; ) {
$location=&quot;www.yoursite.com/homepage.html&quot;;
header( &quot;Location: $location&quot; );
exit();
}

// Enf of redirection for static content as homepage


// checks for configuration file, if none found loads installation page
if (!file_exists( 'configuration.php' ) || filesize( 'configuration.php' ) &lt; 10) {
$self = str_replace( '/index.php','', strtolower( $_SERVER['PHP_SELF'] ) ). '/';
header(&quot;Location: &quot; . $_SERVER['HTTP_HOST'] . $self . &quot;installation/index.php&quot; );
exit();
}

Of course you should change www.yoursite.com and homepage.html as you want to use!
Static content homep ...
Category: JoomSEF 3
emo
In version 1.3.0 the problem remained tha same with message

&quot;The page you are trying to access does not exist.

Please select a page from the main menu. &quot;

if the home page is a static page.

The problem to be resolved is redirecting from www.somehere.com/ to www.somehere.com/myhomepage.html
Static content homep ...
Category: JoomSEF 3
More
User Login Empty