Seems to me that the rewrite rules are not working properly.
If the .htaccess file is definitely in the /vb5 folder, you should ask your host why this is happening.
May be worth downloading a fresh copy of the package from the member area and uploading that first, just to rule out any corrupted files.
Announcement
Collapse
No announcement yet.
Files installed, but can't move forward
Collapse
X
-
Originally posted by Trevor Hannant View PostSo your .htaccess and index.php files are in the vb5 directory together?
http://loepeninsula.com/vb5/screenshot2.png
Leave a comment:
-
So your .htaccess and index.php files are in the vb5 directory together?
Leave a comment:
-
.htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect old install path to core.
RewriteRule ^install/ core/install/ [NC,L]
# Main Redirect
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
# Because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>
...
all I see in the /admincp directory is 2 more directories ... seems to me, apache is looking for an index.html or index.php
- - - Updated - - -
error log entry:
Cannot serve directory /var/www/virtual/vb5/admincp/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
again I am back to apache looking for an index. file and VB not supplying one
Leave a comment:
-
Internal Server Errors are just that - server errors. You or your host will need to examine the server's error logs and take the necessary corrective action to resolve this.
Leave a comment:
-
What's your current .htaccess file content ? Also make sure to upload it in forum root directory /vb5
Leave a comment:
-
found .htaccess, installed it and reinstalled VB5, still get same result
tried to login as client with result:
Login or Sign Up
... http://loepeninsula.com/vb5
thanks
Leave a comment:
-
Originally posted by jimrasor View PostI have seen comments requiring .htaccess, but I do not see the file in my download package
In Windows:
Show hidden files
Here's how to display hidden files
and folders.
[IMG]mshelp://help/?id=Microsoft.Windows.Resources.ShellExecuteTopicIcon[/IMG]Click to open Folder Options.
Click the View tab.
Under Advanced settings, click Show hidden files, folders, and drives, and then click OK.
Leave a comment:
-
Files installed, but can't move forward
Installation of Beta 25 completed offering a link to admincp resulting in:
Forbidden
You don't have permission to access /vb5/admincp/ on this server.
If I change address to ..vb5/core/admincp I can get to the admin panel, but VB not functioning correctly, fails to create auth or user files.
I have seen comments requiring .htaccess, but I do not see the file in my download package
thanks
JimTags: None
Related Topics
Collapse
-
Hello
I have just upgraded from vb4.2.1 to vb5.0.5.
My problem is that when I type my www.domain.com it sends me to www.domain.com/forum/core/.php and not ww.domain.com/forum/ Like...-
Channel: Support Issues & Questions
Mon 13 Jan '14, 7:32pm -
-
by akp1Hi
I tried to install as per the vb5readme file
1. Uploaded the content of upload folder to web hosting server folder "public_html"/vb5
2. Renamed config.php.new file to config.php...-
Channel: Support Issues & Questions
Wed 16 Jan '13, 5:51pm -
-
by Merenguista1- This new directory must be created on public_html directory ?
and
2- Can i use makeconfig.php - Build your 2 config.php files in 1 step. ?
...-
Channel: vBulletin 5 Installs & Upgrades
Wed 12 Sep '12, 7:07am -
-
by alessioI have a server Apache installed on a machine with Windows, but after installed successfully vb5, i can:
access admincp only at :
http://localhost/root_int/vb5/core/admincp/
but should...-
Channel: Support Issues & Questions
Sat 30 Jan '16, 8:01am -
-
by ColbySo I download vb5 connect today, and when it was finished installing, I went in the files to look for file that would tell me how to install it, but there was only one which was for vb4. I was forced...
-
Channel: vBulletin 5 Connect Feedback
Wed 12 Sep '12, 8:31pm -
Leave a comment: