Menu Content

Support

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

fatal error with new joomsef update.
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: fatal error with new joomsef update.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13737

well
i would post it but there's no .htaccess unless i install joomsef. and then i'm on again for deleting my whole site and restoring it with akeeba... if you say it could help you i'll do it, otherwise if it's not necessary then i prefer not to.
The topic has been locked.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13738

well i tried what you said but the mod rewrite AND htaccess usage are both enabled.. (no # before the command LoadModule rewrite_module modules/mod_rewrite.so) so it has to come from somewhere else...
any other idea?
i'll try and install joomsef then to have a htaccess appearing and post it here.. 2 minutes.

EDIT:
ok done,
i now have a .htaccess (but my site is dead again),
here's the content of the .htaccess:


DirectoryIndex index.php
RewriteEngine On
RewriteBase {$base}

########## 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!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
# 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

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]



this helps?
Last Edit: 14 years, 1 month ago by bagou01.
The topic has been locked.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13745

anyone?
please...
The topic has been locked.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13751

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,

Yes, this helps. Change the line:
RewriteBase {$base}
to
RewriteBase /
in the generated .htaccess file or use the Joomla's default one (rename htaccess.txt to .htaccess before installing JoomSEF).
It seems there's a bug in latest JoomSEF's installation creating wrong .htaccess file. We'll fix this in next version.
I'm sorry for the inconvenience.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13752

  • jaku
Hello,

the problem might be in the
RewriteBase {$base}


I am not sure if XAMPP will replace the $base value with something specific, but I would rather try setting the correct value for it manually.

The value is dependent on what is the base URL of your Joomla site.
See the section 3 in:
www.artio.net/faqs/artio-joomsef/trouble...er-clicking-any-link
The topic has been locked.

Re:fatal error with new joomsef update. 14 years, 1 month ago #13757

ok so i did as you told but the result is now a simple 404 not found...
The topic has been locked.
User Login Empty