|
|
joomSEF creating sam ...
|
Posted 16 years, 5 months ago
by highrockmedia
|
|
I have Fireboard installed with Artio JoomSEF 2.30 and Joomla 1.0.15.
The path of all Fireboard URL's are
site.com/fireboard/
is there any way to change all those urls to:
site.com/forums/
|
Changing the display ...
|
Posted 16 years, 6 months ago
by highrockmedia
|
|
If you need further help, you might try this site:
www.experts-exchange.com/
But you will need to be a paid member to post, the good news is that unlike these types of forums including the one at Joomla.com I might add, posts at EE usually get answered because the members get points if they answer your question.
They might not know of Artio or Joomla at EE too much but I think at this point you are dealing strictly with htaccess anyway and a 301 url type thing so that would be the focus of your question anyway.
|
Permanent (301) Redi ...
|
Posted 17 years, 2 months ago
by highrockmedia
|
|
I could not get Artio to go from query string to query string, i just tried it. (For that you will have do do come clever coding in your .htaccess file based on some of the stuff I pointed out in Google for that)
I don't think that is how Artio is meant to be used anyway. The point of the software is to make your urls sef.
The way we use Artio (and with much success I might add) is to take a query string url from Joomla and put a friendly name on it:
so this:
/index.php?option=com_content&id=268&task=emailform&Itemid=230
becomes this:
/news-signup
Google can then index it! :)
Our seo has increased amazingly with Artio
Hope that helps!
|
Permanent (301) Redi ...
|
Posted 17 years, 2 months ago
by highrockmedia
|
|
It's not a problem with Artio, it's an issue with 301 redirect being able to handle a query string unless you set some parameters for it.
See my Google search link on this topic that I posted.
|
Permanent (301) Redi ...
|
Posted 17 years, 2 months ago
by highrockmedia
|
|
|
Permanent (301) Redi ...
|
Posted 17 years, 2 months ago
by highrockmedia
|
|
machadoug wrote:
What does the cpt in the jos_redirection table stands for?
My understanding of CPT is the hit count.
I recently had over 45000 entires in the jos_redirection table which had caused the famed \"too many pages\" error.
I deleted all cpt entries that showed 0. It fixed my site.
|
Opensef to Artio Ope ...
|
Posted 17 years, 2 months ago
by highrockmedia
|
|
I have Artio JoomSef running on my site but sometimes we link into our site using the orginal non sef joomla urls.
Is there any way to have some kind of detect so that when a non sef url is in the browser at our site it will redirect to the sef url.
I know that every original joomla url has an sef = in the jos_redirection table.
so as an example if this url is linked to:
/index.php?option=com_content&id=358&task=view&Itemid=326
it will automatically go to:
/beacon-street/friends/pink
|
redirect to sef url?
|
Posted 17 years, 3 months ago
by highrockmedia
|
|
offending line of code found from putting in custom title tag:
here it is:
$metaTitles=array(); $metaTitles['charlotte/fan-mail']='Charlotte's Fan
I found this in my cache file. Indeed, It's the apostrophe that creates the error.<br><br>Post edited by: brewster44, at: 2007/10/17 17:42
|
Solved: unexpected T ...
|
Posted 17 years, 5 months ago
by highrockmedia
|
|
cezo wrote:
FIXED:
Just add the php command (addslashes) to the variables before the cache file is created so that all special characters will be escaped. Can you give an example of this with some code? Thanks.
Would you put this in the cache.php file?
|
Solved: unexpected T ...
|
Posted 17 years, 5 months ago
by highrockmedia
|
|
Gary Sumpter wrote:
Any examples of this? I use the component at 82.110.105.90/rickslivefood.co.uk/ and I don't see anything odd there?
Gary <meta name=\"Generator\" content=\"Joomla! - Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved. JoomSEF SEO by Artio ( www.artio.net) - databases, information system and web applications, co-sponsored by Dr. Steven Morris ( www.michiganmakeover.com\") - Plastic and Cosmetic Surgery in Michigan & Moravatour ( www.moravatour.cz) - dovolena u more\" />
I have installed the paid version and the above is now gone from my site.
Here is a post on Joomla regarding this as well. Artio may remove this post because I am linking to the below link but we will see what happens...
forum.joomla.org/index.php/topic,193879.0.html
I didn't see any of this on your site. It could be because you paid for virtumart.
Dan<br><br>Post edited by: brewster44, at: 2007/09/13 16:03
|
Upgrading 2.1.1 free ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
|
Gary Sumpter wrote:
What spam? I have the free component and paid for the virtuemart extension, I dont see any 'spam' in the meta?
Cheers
Gary Gary, Artio politely call it \"Free JoomSEF (with sponsor links) and free plugins\", see this page:
www.artio.net/en/joomsef/artio-joomsef-license-and-pricing
but it is really spam that ends of ironically in the meta tags.
|
Upgrading 2.1.1 free ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
|
ok, what files do i need to manually upload to get rid of the your meta tag spam?
I have hundreds of custom urls so I want to be sure I don't lose all these in the conversion to my paid version. Thanks.
|
Upgrading 2.1.1 free ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
|
I just purchased JoomSEF 2.1.1 and get an error when I try to use the upgrade install feature.
I already have the unpaid version of 2.1.1 installed so all i am trying to do is get rid of your spam that you have in the meta tags by installing my new paid version.
i submitted a web support request but it has gone unanswered so I am posting here also.
|
Upgrading 2.1.1 free ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
|
I have narrowed down the problem to two things:
A CSS issue and \"Link URL\" in Joomla
Please see this for the CSS fix that makes everything work except for Link URL:
forum.joomla.org/index.php/topic,204505.0.html
I am in the process of getting rid of Link URL's and using other type of links.
(Note, I opted for the second CSS fix and that was to add this code:)
ul#mainlevel_left a#active_menu_left
{
color: #ffffff;
background: #66cccc;
text-decoration: underline;
}
...rather than redoing the entire style sheet.<br><br>Post edited by: brewster44, at: 2007/08/28 16:31
|
Active Menu highligh ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
|
Does JoomSef prevent CSS active menu highlighting?
Since there is no longer an ID in the url, I am wondering if this is the cause of why my active page link is not highlighted.
In Joomla, I have \"Full Active highlighting\" set to yes in the modules but the menu item that is the current page still does not highlight. If I view source, I see no active_id tag in the url.
|
Active Menu highligh ...
|
Posted 17 years, 7 months ago
by highrockmedia
|
More |