- Posts: 12
COMMUNITY FORUM
404 - Component not found
- Krisidious
-
Topic Author
- Offline
- New Member
ok now my issue...
I get A "404 - Component not found" error when I try to visit my catalog. the item shows up in the K2 Content module, but when I click on the item to go to it's flypage, I get the 404 error... any help?
here is the page. aboveallhouseplans.com/AAHP/
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Matthew Murphy said:You ever get this figured out? Im having same issues and its October 4th, cant link to any k2 content without a 404 using version 2.1 and joomla 1.5.14
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Matthew Murphy said:Do you happen to have Smartblogger? If so is it installed/enabled on this site?
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
thinking about doing a full new reinstall.
Matthew Murphy said:I had SmartBlogger plugin installed and enabled, i disabled it and everything started working, id see about removing DJ Catalog, try it again if thats not it put it back, then do wbGallery... Why legacy mode? I wouldnt be using legacy even more so with 1.6 around the corner.
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Joomla Version 1.5.6
K2 Version 2.1
Matthew Murphy said:Why did you have legacy on? What version of Joomla, What version of K2?
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Matthew Murphy said:You REALLY need to upgrade your Joomla, that site can be hacked in seconds id upgrade the template so its 1.5 native its pretty easy to do.
Please Log in or Create an account to join the conversation.
- John Andon
-
- Offline
- New Member
- Posts: 10
are you using sh404sef
is this happening with joomla articles?
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
and Use Apache mod_rewrite enabled? no
do you have htaccess working? working?
John Andon said:Are Search Engine Friendly URLs enabled in you Joomla Global config, and Use Apache mod_rewrite enabled? do you have htaccess working? are you using sh404sef
is this happening with joomla articles?
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Krisidious said:Are Search Engine Friendly URLs enabled in you Joomla Global config? yes
and Use Apache mod_rewrite enabled? no
do you have htaccess working? working?
John Andon said:Are Search Engine Friendly URLs enabled in you Joomla Global config, and Use Apache mod_rewrite enabled? do you have htaccess working? are you using sh404sef is this happening with joomla articles?
Please Log in or Create an account to join the conversation.
- nightshiftcreative.com
-
- Offline
- Senior Member
- Posts: 43
You need mod_rewrite on to use SEF URLs properly. Turn on mod_rewrite - after you do the following:
The .htaccess file is in the root of your joomla install - it may still be named htaccess.txt - change it to .htaccess
And then...
If you are using mod_rewrite and SEF URLs, it sounds like you may need to add the subdirectory for the rewriteBase in your .htaccess file like so:
Open .htaccess in notepad or dreamweaver or whatever you use for coding and change the following:
RewriteEngine On
RewriteBase /
to
RewriteEngine On
RewriteBase /subdirectoryName
I hope that is your problem and this fixes it.
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
Cristina Solana said:Hi,
You need mod_rewrite on to use SEF URLs properly. Turn on mod_rewrite - after you do the following:
The .htaccess file is in the root of your joomla install - it may still be named htaccess.txt - change it to .htaccess
And then...
If you are using mod_rewrite and SEF URLs, it sounds like you may need to add the subdirectory for the rewriteBase in your .htaccess file like so:
Open .htaccess in notepad or dreamweaver or whatever you use for coding and change the following:
RewriteEngine On
RewriteBase /
to
RewriteEngine On
RewriteBase /subdirectoryName
I hope that is your problem and this fixes it.
Please Log in or Create an account to join the conversation.
- Krisidious
-
Topic Author
- Offline
- New Member
- Posts: 12
to clarify for future readers...
I had an error where my K2 catalog links would give an "404 error component not found"
Cristina Solana, suggested:
1. ensuring that the htaccess file was active
2. that the htaccess file had the subdirectory turned on
RewriteEngine On
RewriteBase /subdirectoryName
3. that "Use Apache mod_rewrite" have "yes" selected.
after completing those suggestions, my error has been fixed.
thanks so much Cristina...
Please Log in or Create an account to join the conversation.
- DrDigital
-
- Offline
- Junior Member
- Posts: 37
this is my entire .htaccess and the sites been working fine with smartblogger enabled and today it just quit working when i have not touched the site in 2 days (been swamped with client work and this is my own site)
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
Options +FollowSymLinks
ErrorDocument 404 www.adultmg.com
RewriteCond %{HTTP_HOST} ^adultmg\.com [NC]
RewriteRule ^(.*)$ www.adultmg.com/$1 [L,R=301]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.shtml\ HTTP/
RewriteRule ^index\.html$ www.adultmg.com/ [R=301,L]
RewriteRule ^home\.html$ www.adultmg.com/index.php [R=301,L]
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Please Log in or Create an account to join the conversation.
- nightshiftcreative.com
-
- Offline
- Senior Member
- Posts: 43
Krisidious said:you sooooo ROCK Cristina! that fixed it...
to clarify for future readers...
I had an error where my K2 catalog links would give an "404 error component not found"
Cristina Solana, suggested:
1. ensuring that the htaccess file was active
2. that the htaccess file had the subdirectory turned on
RewriteEngine On
RewriteBase /subdirectoryName
3. that "Use Apache mod_rewrite" have "yes" selected.
after completing those suggestions, my error has been fixed.
thanks so much Cristina...
Please Log in or Create an account to join the conversation.