und schon haben wird den schuldigen eindeutig überführtClemensSchnitzler hat geschrieben:... das Untool aus Ipswitch ...

und schon haben wird den schuldigen eindeutig überführtClemensSchnitzler hat geschrieben:... das Untool aus Ipswitch ...
dass muss einen anderen grund haben, kann mir nicht denken dass das file corrupt ist.speedmaster hat geschrieben:Hallo ,
ich habe eben das Zip-File contenido-4.6.15mr_070112.zip von Polycoders Homepage gezogen. Leider ist das File defekt. Egal ob mit WinZip oder WinRAR, es bringt beim entpacken Fehler. Auch ein erneutes ziehen der Datei brachte keine Änderung. Hat zufällig jemand das File zur Hand?
codefux hat geschrieben:Hallo,
gibts die Möglichkeit das Bundle auf dem IIS zum laufen zu bringen?
Oder gibt es ein ähnliches Paket?
etwas, und die annahme ist korrekt die httpd.ini würde die rewrite rules beinhalten...codefux hat geschrieben:Hat jemand diesbezüglich Erfahrung?
Code: Alles auswählen
#
#AddHandler php-cgi .php .php4
#
#
<IfModule mod_rewrite.c>
#
RewriteEngine on
#
#
# achtung bitte basisverzeichnis anpassen!
#
RewriteBase /
#
#
#
# ausnahmen für verzeichnisse der mod_rewrite regel:
#
# verzeichnisse ausschließen
#
RewriteRule ^usage/.*$ - [L]
#
#
# das kann beliebig erweitert werden:
#
# RewriteRule ^verzeichnis1/.*$ - [L]
#
# RewriteRule ^verzeichnis2/.*$ - [L]
#
# RewriteRule ^verzeichnis3/.*$ - [L]
#
# RewriteRule ^verzeichnis4/.*$ - [L]
#
#
#
# dank an panti aus dem contenido-forum fuer
#
# rewrite rule ohne abschlieszenden slash in der url
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8&artname=$9 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&artname=$8 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&artname=$7 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&artname=$6 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&artname=$5 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&artname=$4 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2&parts[]=$3 [QSA,L]
#
#
RewriteRule ^([^/]+)/([^/]+)/(.*).html$ front_content.php?parts[]=$1&parts[]=$2&artname=$3 [QSA,L]
#
RewriteRule ^([^/]+)/([^/]+)/$ front_content.php?parts[]=$1&parts[]=$2 [QSA,L]
#
RewriteRule ^([^/]+)/([^/\.]+)$ front_content.php?parts[]=$1&parts[]=$2 [QSA,L]
#
#
RewriteRule ^([^/]+)/(.*).html$ front_content.php?parts[]=$1&artname=$2 [QSA,L]
#
RewriteRule ^([^/]+)/$ front_content.php?parts[]=$1 [QSA,L]
#
RewriteRule ^([^/\.]+)$ front_content.php?parts[]=$1 [QSA,L]
#
#
RewriteRule ^(.*).html$ front_content.php?artname=$1 [QSA,L]
#
RewriteRule ^$ front_content.php [QSA,L]
#
</IfModule>
#
#
redirect permanent /sitemap http://www.treufinanz.ch/front_content.php?idart=112
Code: Alles auswählen
/* Advanced ModRewrite settings
* ----------------------------
*
* global ModRewrite Settings.
*
* edit by stese - ModRewrite
*/
/* Use advanced mod_rewrites ( 1 = yes, 0 = none ) */
$cfg['mod_rewrite']['use'] = 1;
/* Path to the htaccessfile with trailling slash from domain-root! */
$cfg['mod_rewrite']['rootdir'] = '/';
/* Start TreeLocation from Root Tree (set to 1) or get location from first category (set to 0) */
$cfg['mod_rewrite']['startfromroot'] = 1;
/* is multilanguage? ( 1 = yes, 0 = none ) */
$cfg['mod_rewrite']['use_language'] = 1;
/* use language name in url? ( 1 = yes, 0 = none ) */
$cfg['mod_rewrite']['use_language_name'] = 1;
/* is multiclient in only one directory? ( 1 = yes, 0 = none ) */
$cfg['mod_rewrite']['use_client'] = 0;
/* use client name in url? ( 1 = yes, 0 = none ) */
$cfg['mod_rewrite']['use_client_name'] = 0;
/* use lowercase url? ( 1 = yes, 0 = none ) */
$cfg["mod_rewrite"]['use_lowercase_uri'] = 1;
/* file extension for article links */
$cfg["mod_rewrite"]['file_extension'] = '.html';
/* The percentage if the category name have to match with database names. */
$cfg["mod_rewrite"]['category_resolve_min_percentage'] = '75';
/*
following three settings write urls like this one:
www.domain.de/category1-category2.articlename.html
changes of these settings causes a reset of all aliases
by using following code snippet in a module once:
<?php
cInclude('classes','class.modrewrite.php');
ModRewrite::reset_aliases();
?>
*/
/* use categories as html file part? ( 1 = yes, 0 = none ) */
$cfg["mod_rewrite"]['use_categories_as_html_file'] = 0;
/* seperator for categories */
$cfg["mod_rewrite"]['category_seperator'] = '/';
/* seperator between category and article */
$cfg["mod_rewrite"]['article_seperator'] = '/';
/* word seperator in category names */
$cfg["mod_rewrite"]['category_word_seperator'] = '_';
/* word seperator in article names */
$cfg["mod_rewrite"]['article_word_seperator'] = '_';
Code: Alles auswählen
[ISAPI_Rewrite]
RewriteRule /usage/.*$ - [L]
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8&artname=$9
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&parts[]=$8
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7&artname=$8
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&parts[]=$7
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6&artname=$7
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&parts[]=$6
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5&artname=$6
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&parts[]=$5
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4&artname=$5
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4
RewriteRule /([^/]+)/([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&parts[]=$4
RewriteRule /([^/]+)/([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3&artname=$4
RewriteRule /([^/]+)/([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3
RewriteRule /([^/]+)/([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2&parts[]=$3
RewriteRule /([^/]+)/([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&parts[]=$2&artname=$3
RewriteRule /([^/]+)/([^/]+)/ /cms/front_content.php\?parts[]=$1&parts[]=$2
RewriteRule /([^/]+)/([^/\.]+) /cms/front_content.php\?parts[]=$1&parts[]=$2
RewriteRule /([^/]+)/(.*).html /cms/front_content.php\?parts[]=$1&artname=$2
RewriteRule /([^/]+)/ /cms/front_content.php\?parts[]=$1
RewriteRule /([^/\.]+) /cms/front_content.php\?parts[]=$1
RewriteRule /(.*).html /cms/front_content.php\?artname=$1
RewriteRule / /cms/front_content.php
Code: Alles auswählen
<a href="#anker" class="top"><img src="images/arrow_top.gif" height="10" width="10"></a>
Code: Alles auswählen
<a name="anker"></a>
Code: Alles auswählen
http://[url]/cms/#anker
Code: Alles auswählen
Not Found
The requested URL /front_content.php was not found on this server.
ok now its okmolek12 hat geschrieben:i have one contenido with mod_rewrite ....
Gruß und vielen Dank_.htaccess .\
index.php .\
front_content.php .\cms\
.htaccess .\cms\upload\
.htaccess .\contenido\
class.modrewrite.php .\contenido\classes\
config.misc.php .\contenido\includes\
functions.api.string.php .\contenido\includes\
functions.con.php .\contenido\includes\
functions.general.php .\contenido\includes\
functions.modrewrite.php .\contenido\includes\
functions.str.php .\contenido\includes\
functions.upl.php .\contenido\includes\
globals_off.inc.php .\contenido\includes\
include.client_edit.php .\contenido\includes\
include.con_edit_form.php .\contenido\includes\
include.con_editcontent.php .\contenido\includes\
include.con_subnav.php .\contenido\includes\
include.grouprights_subnav.php .\contenido\includes\
include.right_top_blank.php .\contenido\includes\
include.rights_subnav.php .\contenido\includes\
include.str_aliases.php .\contenido\includes\
include.subnav.php .\contenido\includes\
include.tpl_subnav.php .\contenido\includes\
include.upl_files_overview.php .\contenido\includes\
pseudo-cron.inc.php .\contenido\includes\
template.con_edit_form.html .\contenido\templates\standard\
dbupdate.php .\setup\
makeconfig.php .\setup\
tables.txt .\setup\data\
examples_misc6.sql .\setup\data\examples\
functions.modrewrite.php .\setup\lib\
config.php.tpl .\setup\templates\