For this also http://tracker.vbulletin.com/browse/VBV-9535.
Beat me to it. I had the idea last night.....
Announcement
Collapse
No announcement yet.
The requested URL /core/install/index.php was not found on this server.
Collapse
X
-
Using another WAMP stack package called http://www.uniformserver.com/.
-
Ok, I am up and running on localhost. It has been a while but its fine.
Only one thing I need to understand. I merged the 2 .htaccess files together placing the WAMP server .htaccess before the vb htaccess. It was simple.
I will place a copy here for anyone who may have the same trouble.
Code:#------------------------------------------------------------------------------ # Server root folder www .htaccess # This file provides server security limiting access to the localhost only. # Comment next four lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from ::1 #------------------------------------------------------------------------------ # To allow execution of cgi scripts in this directory uncomment next two lines. #------------------------------------------------------------------------------ AddHandler cgi-script .pl .cgi Options +ExecCGI +FollowSymLinks #------------------------------------------------------------------------------ # Activate this section to use the Private Server Feature! # Defaults: Username - root; Password - root # Note AuthUserFile: File path is relative to server root # To lock server, uncomment the next 4 lines. (A name and password is required) #------------------------------------------------------------------------------ #AuthName "Uniform Server - Server Access" #AuthType Basic #AuthUserFile ../../../htpasswd/www/.htpasswd #Require valid-user <IfModule mod_rewrite.c> RewriteEngine On # Redirect old install path to core. RewriteRule ^install/ core/install/ [NC,L] # Main Redirect RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png)$ 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> <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE application/atom+xml \ text/javascript \ application/javascript \ application/json \ application/rss+xml \ application/vnd.ms-fontobject \ application/x-font-ttf \ application/xhtml+xml \ application/xml \ font/opentype \ image/svg+xml \ image/x-icon \ text/css \ text/html \ text/plain \ text/x-component \ text/xml </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType application/x-javascript A1209600 ExpiresByType text/javascript A1209600 ExpiresByType application/javascript A1209600 ExpiresByType text/css A31536000 ExpiresByType image/x-icon A2592000 ExpiresByType image/icon A2592000 ExpiresByType application/x-ico A2592000 ExpiresByType application/ico A2592000 ExpiresByType image/gif A2592000 ExpiresByType image/jpeg A1209600 ExpiresByType image/jpg A1209600 ExpiresByType image/png A1209600 ExpiresByType application/x-shockwave-flash A1209600 ExpiresByType font/ttf A2592000 ExpiresByType font/otf A2592000 ExpiresByType font/x-woff A2592000 ExpiresByType image/svg+xml A2592000 ExpiresByType font/truetype A2592000 ExpiresByType font/opentype A2592000 ExpiresByType application/x-font-woff A2592000 ExpiresByType application/vnd.ms-fontobject A2592000 </IfModule> <IfModule mod_headers.c> Header set Connection keep-alive <filesmatch "\.(ico|flv|gif|swf|eot|woff|otf|ttf|svg)$"> Header set Cache-Control "max-age=2592000, public" </filesmatch> <filesmatch "\.(jpg|jpeg|png)$"> Header set Cache-Control "max-age=1209600, public" </filesmatch> <filesmatch "\.(eot|woff|otf|ttf|svg)$"> Header set Cache-Control "max-age=2592000, public" </filesmatch> # css and js should use private for proxy caching https://developers.google.com/speed/docs/best-practices/caching#LeverageProxyCaching <filesmatch "\.(css)$"> Header set Cache-Control "max-age=31536000, private" </filesmatch> <filesmatch "\.(js)$"> Header set Cache-Control "max-age=1209600, private" </filesmatch> </IfModule>
Also, could somebody look at this to tell me if all is well? The site seems to work and be ready for development (again) but maybe there is something in the code that i should be wary of?
Thanks...
Leave a comment:
-
This is what .htaccess reads now..
Code:#------------------------------------------------------------------------------ # Server root folder www .htaccess # This file provides server security limiting access to the localhost only. # Comment next four lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from ::1 #------------------------------------------------------------------------------ # To allow execution of cgi scripts in this directory uncomment next two lines. #------------------------------------------------------------------------------ AddHandler cgi-script .pl .cgi Options +ExecCGI +FollowSymLinks #------------------------------------------------------------------------------ # Activate this section to use the Private Server Feature! # Defaults: Username - root; Password - root # Note AuthUserFile: File path is relative to server root # To lock server, uncomment the next 4 lines. (A name and password is required) #------------------------------------------------------------------------------ #AuthName "Uniform Server - Server Access" #AuthType Basic #AuthUserFile ../../../htpasswd/www/.htpasswd #Require valid-user
How does that look?
And how does one uncomment an item?
Thanks....
Leave a comment:
-
That makes sense. The server software suggested that I use its .htaccess. Cheers Joe, I will fiddle around with it.
Leave a comment:
-
The above two are because either your .htaccess file was never uploaded or url rewriting just isn't working on your server.
Leave a comment:
-
-
The requested URL /core/install/index.php was not found on this server.
Using another WAMP stack package called http://www.uniformserver.com/.
I have uploaded both configs to their appropriate places and get the error NOT FOUND The requested URL /core/install/index.php was not found on this server.
I am obviously doing something wrong, anybody got any idea what it might be?
Thanks....Tags: None
Related Topics
Collapse
-
by dream507Hello
i have installed vbulletin 5.5.4 PL1 on my vps all the installation was ok but when i try to go to the admincp or any url just say "The requested URL was not found on this server"...1 Photo-
Channel: Support Issues & Questions
Fri 27 Sep '19, 9:09pm -
-
by GardarikaThe requested URL /core/install/install.php was not found on this server.
What to do with this error?-
Channel: vBulletin 5 Installs & Upgrades
Mon 12 Jun '17, 1:47pm -
-
by voygerhi all did purchased a vb5_connect_5-3-2_Patch_Level_1
i try to install i get this error can someone help how to solve this prob
Not Found
The requested URL /forum/auth/login-form...-
Channel: Support Issues & Questions
Wed 6 Sep '17, 2:53am -
-
by SamNicholsonFresh install of VB 5.1.5
PHPInfo: http://
Main site: http://
Installation DIR: root
Installation path: /var/www/html
Issue
The installation went...-
Channel: Support Issues & Questions
Fri 30 Jan '15, 8:47am -
Leave a comment: