Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Link generation works but always 404
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: Link generation works but always 404

Link generation works but always 404 17 years, 4 months ago #2677

  • nvk
  • OFFLINE
  • Posts: 12
I just updated to 2.0.2 and now the link generation is working. But however, if i enter these links, i'll get always an error page like this:

Example: localhost/de/downloads

/de/downloads

was generated correctly, even de was recognized correctly, we have 3 languages there atm.

Error:

Not Found

localhost works but all other links not, even not localhost/en localhost/de localhost/fr

The requested URL /de/downloads was not found on this server.

Quite strange to me...


I'm using:
Joomla 1.0.12
MySQL 5
Apache 2
PHP 4.4<br><br>Post edited by: nvk, at: 2007/07/26 11:58

Re:Link generation works but always 404 17 years, 4 months ago #2679

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hi,

are you sure your .htaccess is configured correctly?
If you are getting 404 to all pages except the index page, than some misconfiguration in .htaccess is most probably the reason.

Check FAQs and documentation first please. If you think everything is set correctly, maybe you can paste your .htaccess file here (without comments please!).

If some of your list do work (not considering the base page) but others do not, then the problem may be in something else, but we would need some more details in such case in order to be able to help.

Best regards,
michal
ARTIO Support Team

Re:Link generation works but always 404 17 years, 4 months ago #2683

  • nvk
  • OFFLINE
  • Posts: 12
Ok, here is the code from .htaccess:

Options FollowSymLinks
RewriteEngine On
 
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
 


Since I'm not sure about RewriteBase: Joomla is installed in

D:\nv_web\htdocs

in D:\nv_web are the files apache, mysql and php.

Re:Link generation works but always 404 17 years, 4 months ago #2684

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

the .htaccess seems fine (unless there are some other rules that could be conflicting with the ones you have posted).

If your site URL is \&quot;localhost/\&quot; then the RewriteBase should be just \&quot;/\&quot;.

Is the Joomla standard SEO working correctly?
Does your site base URL in configuration.php match \&quot;localhost\&quot;?

Best regards,
michal
ARTIO Support Team

Re:Link generation works but always 404 17 years, 4 months ago #2685

  • nvk
  • OFFLINE
  • Posts: 12
I think so, yes. Some lines from config.php:

$mosConfig_absolute_path = 'd:/nv_web/htdocs';
$mosConfig_cachepath = 'd:/nv_web/htdocs/cache';
$mosConfig_host = 'localhost';
$mosConfig_live_site = 'http://localhost';


Or did I miss anything?


Standard-SEO is working corectly, yes. Example, the homesite:

localhost/index.php/component/option,com...ge/Itemid,1/lang,de/

interestingly, such links are working also with artio. So in this case, most probably there must something wrong while rewriting the links?<br><br>Post edited by: nvk, at: 2007/07/26 12:58

Re:Link generation works but always 404 17 years, 4 months ago #2687

  • miun
  • OFFLINE
  • A pesimist is just a well-informed realist.
  • Posts: 563
Hello,

well, this really starts to sound strange. :-)

Can you give some examples of the links that do not work? Both SEO and original URL, please.

e.g. what is the original URL for: localhost/de/downloads
(you will find these in the JoomSEF URL viewer/editor)

You might also try purging the URLs (guess it is devel-site so it should not matter) and re-downloading and reinstalling JoomSEF.

Also you wrote this happended after upgrade to 2.0.2, so please test with some older version (2.0.0 or 1.5.1) and let us know using what version it works/does not work.

Best regards,
michal
ARTIO Support Team
Přihlášení uživatele Prázdný