Menu Content

Podpora

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

Profile for JanV

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 20:42
  • Posts: 3
  • Profile Views: 1363
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Unfortunately I was a bit early with my celebration....

I did not get any error messages, but now all links are redirected to the home page.

So the question remains:

Does anyone know how to configure the httpd.ini file in order to get joomsef working?!!
The page cannot be f ...
Category: JoomSEF 3
emo
I found a solution by myself.

The httpd.ini I posted before is a copy of a .htacces file and therefore does not work!

Now I'm using this:

[ISAPI_Rewrite]
RewriteCond URL .*(/|\.htm|\.php|\.html|/[^.?]*)(\?.*)?$
RewriteCond URL .*(?!.png|.gif|.jpg|.css|.js)(\?.*)?$
RewriteCond URL ^/INT/(?!administrator).*
RewriteRule /INT/([^?]*)(\?.*)? /INT/index.php$5 [U,L]

I still have to do some testing, but it seems to work pretty wel!
The page cannot be f ...
Category: JoomSEF 3
emo
Hello,

I'm trying to get ARTIO JoomSEF v3.1.0 running with joomla 1.5.
I've been unsuccesfull so far.

Het homepage is showing, but when I click on one of the links internet explorere returns the "The page cannot be found" page.

I'm forced to use HTTPD.ini because my webhost only has windows servers..... I think this is causing the problem because I do not have a clue how to configure the httpd.ini file to get it working.

My joomla installatino is in the folder INT

I've added all information I have below.

Does anyone know what I'm doing wrong??
Please help me!!

Jan


System information

Joomla 1.5.3
PHP Version: 5.2.6
Web Server: Microsoft-IIS/6.0

HTTPD.ini


########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule /INT/(.*) /INT/index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section


########## 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
The page cannot be f ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný