Menu Content

Support

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

Profile for MUNGO

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 22:12
  • Posts: 12
  • Profile Views: 8744
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
G'Day Claire,

Nope.. not heard anything further (as per the threads above) and I've never solved it..

If you have any inspiration or get an answer, please paste it here as I'd still like to fix this up :-)

Cheers
Extra index.php in U ...
Category: JoomSEF
emo
G'Day Jan,

Thanks for the reply. JoomSEF is definitely working. I've attached a screen shot to show the handlers. I've just checked and according to google webmaster tools, all these pages with the extra 'index.php' in the URL are showing as 404 errors. Presumably google must have followed these links from somewhere, which mean they must have been produced at some point?

Let me know if you've got any ideas,

thanks,
Mark
Extra index.php in U ...
Category: JoomSEF
emo
Hi,

Google has found that I have some pages which include:

<site>.com.au/index.php/component/<rest of URL>

Is there a way to stop these additional links? I'm assuming one of the options can be used to switch off the unnecessary 'index.php/component' bit?

thanks,
Mark
Extra index.php in U ...
Category: JoomSEF
emo
Any help much appreciated..

thanks,
Mark
Virtuemart Meta tags ...
Category: Extensions
emo
Hi,

I have the Virtuemart plugin installed and working to successfully create the SEF URLS.

The problem is that although its creating the meta description, it is not automatically creating the meta tags from the product SKU's and descriptions.

If I manually enter the meta tags in the meta tags main area in JoomSEF they are then shown on the page - they are just not being automatically created.

Can you let me know what I can try?
Many thanks,
Mark
Virtuemart Meta tags ...
Category: Extensions
emo
I have found the answer now I think. The document type was set to be 'blog layout' category and this doesn't show up the keywords. I changed to 'article' type and keywords started showing up.
Metatags
emo
Hi,

I have been setting up metatags in JoomSEF and they're not showing in the actual pages.

I have the following settings:

Control Panel - Global Configuration - Title and Meta Tags:
All settings set to YES


SEF Extention - Content - Meta Tags:
Add category to page title - No
Generate description - No
Generate keywords - No
I have set it this way, so I just manually enter the tags.

I have tried purging the URLs and cleared the cache, but the keywords still don't show up.

Any ideas what I can try next?

thanks,
Mark
Metatags
emo
Hi Jan,

Thanks for the reply.. I've implemented your changes.

What I've found is that I just get page not found if I switch on:
Glboal Configuration -> Site -> SEO Settings -> Use Apache mod_rewrite.

If this is off, but SEF URLS are on (in both global config and JoomSEF) I get URLs like these:

www.plixer.com.au/index.php/support
www.plixer.com.au/index.php/denika-overview

- They are definitely shorter, but are they correct?

The online shop landing page has become:
www.plixer.com.au/index.php/online-shop

- however individual product pages are:
www.plixer.com.au/index.php?option=com_v...temid=2&TreeId=1


Let me know what you think?

Many thanks,
Mark
Virtuemart extension ...
Category: Extensions
emo
Hi Jan,

Thanks for the feedback.

Here's the .htaccess file below.

I can't find anywhere in the main configuration options in Joomla to force it to use a .htaccess file. Could it be called something else? I have SEF URLS enabled in the Joomla main configuration and under the Artio component menu.

Also, the SEF URLs are working for the main site - just not when I access the virtuemart pages...

thanks,
Mark


##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
# Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)

# RewriteBase /
RewriteCond %{HTTP_HOST} ^plixer.com.au$
RewriteRule ^.*$ "http\:\/\/www\.plixer\.com\.au" [R=301,L]

RewriteCond %{HTTP_HOST} ^plixer.co.nz$
RewriteRule ^.*$ "http\:\/\/www\.plixer\.co\.nz" [R=301,L]
Virtuemart extension ...
Category: Extensions
emo
Hi,

A small further update. When configuring the menu option for the online shop, I picked virtumart - and joomla then automatically fills in the URL as follows:

www.plixer.com.au/index.php?Itemid=2&option=

- this doesn't work


I then created a new menu item for the following URL, which does work:
www.plixer.com.au/index.php/component/virtuemart/?vmcchk=1
- this looks more like it.

When I then go into one of the products, I get this URL:
www.plixer.com.au/index.php?option=com_v...temid=2&TreeId=1

- this doesn't look right (to me anyway)

Any thoughts?

thanks.,
Mark
Virtuemart extension ...
Category: Extensions
emo
Hi Jan,

Thanks for the reply. The URLS are being rewritten for the main site:

eg:
www.plixer.com.au/index.php/scrutinizer-overview

Interesting after reinstalling, I got the URL below:
www.plixer.com.au/index.php/component/virtuemart/?vmcchk=1


- that worked, but didn't when I went back and clicked on the menu option for virtuemart.

Basically, I still have the issue. Does SEF URLS need to be switched on for Virtuemart individually? The Vituemart component installed without error incidently,

thanks,
Mark
Virtuemart extension ...
Category: Extensions
emo
Hi guys,

I have installed the Virtuemart extension, but unfortunately it's not working.

I am getting a 404 error when I click on the menu. I don't know why it's doign this, but have noticed:

In Joomla, the Online shop menu link is configured as:
index.php?option=com_virtuemart

When I click on the Online Shop menu item though, it takes me to:
www.plixer.com.au/index.php?Itemid=2&option=
- and this doesn't work.

It looks to me like its rewriting the Online Shop URL - to one which isn't working.


If I go directly to this link, all works:
www.plixer.com.au/index.php?option=com_virtuemart
(however, I'm not convinced SEF URLs are actually working for the shop).

For example, here's one of the items I can get to by going direct:
www.plixer.com.au/index.php?option=com_v...temid=2&TreeId=1

- as you can see it's not a very nice URL - has this been rewritten?

Thanks,Mark
Virtuemart extension ...
Category: Extensions
More
User Login Empty