Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fehler bei URL als SUBDOMAIN

Featured Replies

Hi Zusammen,

 

ziehe gerade ein Server von syscp auf froxlor um.

Der Kunde hat diverse subdomains angelegt und diese mit einer URL als Ziel versehen (im SYSCP)

Problem bei Froxlo scheint zu sein das der vhost Container versucht mit mod_rewrite die weiterleitung zu vollziehen.

Durch mod_rewrite werden die ULRs unbrauchbar... in diesem beispiel z.b. das ; (Semikolon)

 

<VirtualHost 111.222.333.444:80>
 ServerName FP.example.com
 ServerAlias *.FP.example.com
 ServerAdmin email@email.com
 <IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteCond %{HTTPS} off
   RewriteRule (.*) http://forum.example.com/YaBB.pl?action=downloadfile;file=DP00_02_003.zip%{REQUEST_URI} 
 </IfModule>
 Redirect  / http://forum.example.com/YaBB.pl?action=downloadfile;file=DP00_02_003.zip
</VirtualHost>

 

Kann ich das irgendwoe ausschalten? Klar wenn ich mod_rewrite dekativiere, aber diesen brauche ich ;)

Ich will nicht das templte umschreiben, denn bei der n?chsten ?nderung von Froxlor w?re diese wieder weg :(

  • Author

hat diese Problem niemand?

Wenn nein, kanns mal jemand bei sich probieren...

Ich versuche mal das Problem heute im Verlaufe des Tages zu reproduzieren..

  • Author

danke dir anrold, beachte das bei mir ein ; im Link vorkommt.

Du musst das NE Flag setzen, damit das Semikolon escaped wird bzw. ignoriert.

 

Kurze Internetrecherche: http://groups.google.com/group/comp.infosystems.www.servers.unix/browse_thread/thread/c5acede2063e254/e6bf3aae17f3eb6e?hl=en&lnk=st

 

Dann funktioniert es. Dabei habe ich

 

RewriteRule (.*) http://forum.example.com/YaBB.pl?action=downloadfile;file=DP00_02_003.zip%{REQUEST_URI}

 

durch

 

RewriteRule (.*) http://forum.example.com/YaBB.pl?action=downloadfile;file=DP00_02_003.zip [NE]

 

ersetzt.

 

Inwiefern das eine wirklich produktive L?sung ist, kann ich dir nicht sagen, daf?r habe ich zu selten etwas mit mod_rewrite zu tun. Am besten du informierst dich mal im IRC (irc.freenode.net) in #httpd o.?. und/oder erstellst ein Ticket in redmine.froxlor.org. ;)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.