Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
mark007q

IP.Content -> Definition Startseite

Recommended Posts

Es erscheint mir sinnvoll das IP.Content Paket auch noch zu erwerben.

 

Frage:

 

Wenn ich das Forum in einem Unterordner installiere (z.B. /test/), ist es dann trotzdem möglich mit IP.Content eine Startseite (index.html o.ö.) auf der Hauptseite ausgeben zu lassen? Also unmittelbar unter polar-chat.de ?

 

Vielen Dank vorab!

 

 

Share this post


Link to post

So, jetzt gibt es Probleme, die ich nicht selbst lösen kann, weil die Dokumentation keinen Angaben dazu enthält.

 

Ich will gerne (wie auch hier), dass bei Aufruf von polar-chat.de (also der Haupseite), die von mir mit IP.Content erstellte index.html angezeigt wird.

Dabei soll nicht weitergeleitet werden oder sonst etwas, sondern mit Anzeige der URL www.polar-chat.de soll die index.html erscheinen.

 

Diese Schritte habe ich durchgeführt:

 

You will need to take the following steps in order to set IP.Content up in the root of your site (using the previous examples)
 
1) Take the "index.php" file from the Tools folder of your IP.Content download and open it in a text editor.  At the top of the file you will see the following
 
 
/**
 * You must define the path to your IPB installation here, with a trailing slash.
 * THIS IS A PATH, NOT A URL.  So, for example if this file is located in the root
 * of your site at /home/account/public_html and your forums are in a subfolder
 * named forums, you would set this to /home/account/public_html/forums/
 */
$path_to_ipb = './forums';
 
 
Edit the $path_to_ipb variable to point to the directory IP.Board is installed in.  If in doubt, verify the correct path with your host.
 
2) Upload the file to the folder you specified
 
3) In the IPB ACP navigate to Other Apps -> IP.Content.  Click on "Advanced" in the left hand menu.  Configure the "URL to index.php" setting appropriately.  In the above example you would set it to "http://www.yoursite.com".  Click Update Settings.
 
4) At this stage, you can access pages from your forum root directory using the following URL structure
 
 
5) If you would like to remove /index.php/ from the URL, go back to the IPB ACP and on the same "Advanced" page, change the setting "Use .htaccess mod_rewrite" to "Yes".  Again, click "Update Settings".
 
6) Click the button at the top right of the page to "Download .htaccess" and download this file to your computer.  Now upload it to the same folder you uploaded the index.php file to in step 2.  You should now be able to successfully access IP.Content pages without the /index.php/ in the URL like so
 
 
-----
 
Schön und gut, nur steht da nicht wie ich die "test.php" direkt vom root (also www.polar-chat.de) aufgerufen bekomme. Über den Pfad mit Unterordner ist mir das auch klar, nützt jedoch nichts.
 
Wo genau muss ich ansetzen? Du hast das ja hier auch hinbekommen Helge, was hast Du zudem eingestellt?
Edited by mark007q

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×