How To Fix Internal Server Error
Posted by: rakeshkumar1990 (117.217.199.---)
Date: December 26, 2014 04:15PM

hello every one

when i try to install vbulletin5 by following localhost/vb5/core/install/install.php i get following

error ( configured the database & other details for installation )


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


so i deleted the .htaccess file and i installed the file successfully but when i try to access i get page like this

see screenshot

1.home page
2.admin page


s3.postimg.org/zbjhugmw3/homepage.png

s21.postimg.org/oanessyc7/admin.png

and i have already enabled the rewrite_module but it didn't fix the issues and here is my htaccess code

htaccess file

pastebin.com/uVGRJnkL

and similar problem for another member in vbulletin

vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-installations/3967318-the-requested-url-core-install-index-php-was-not-found-on-this-server?p=3967591#post3967591

Re: How To Fix Internal Server Error
Posted by: rakeshkumar1990 (117.217.199.---)
Date: December 26, 2014 04:40PM

update:

just managed to fix this issue my self i just checked the Apache error log i got the following error


[Fri Dec 26 21:00:56.334833 2014] [core:alert] [pid 5840:tid 988] [client 127.0.0.1:49558] C:/wamp/www/forums/.htaccess: Invalid command 'AddOutputFilterByType', perhaps misspelled or defined by a module not included in the server configuration

so i removed the following lines from my .htaccess in my vb5 installation

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/atom+xml \
text/javascript \
application/x-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>


and everything worked fine

Re: How To Fix Internal Server Error
Posted by: Otomatic (Moderator)
Date: December 26, 2014 05:22PM

Hi,

If you read the Apache documentation about AddOutputFilterByType you can see:
- Need apache module mod_filter and mod_deflate
so, you have to activates theses modules :
- Wampmanager->Apache->Apache Modules->deflate_module
- Wampmanager->Apache->Apache Modules->filter_module

RTFM AGAIN and AGAIN

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Re: How To Fix Internal Server Error
Posted by: rakeshkumar1990 (117.193.228.---)
Date: December 27, 2014 03:10AM

Otomatic Wrote:
-------------------------------------------------------
> Hi,
>
> If you read the Apache documentation about
> [url=http://httpd.apache.org/docs/2.4/en/mod/mod_f
> ilter.html#addoutputfilterbytype]AddOutputFilterBy
> Type[/url] you can see:
> - Need apache module mod_filter and mod_deflate
> so, you have to activates theses modules :
> - Wampmanager->Apache->Apache
> Modules->deflate_module
> - Wampmanager->Apache->Apache
> Modules->filter_module
>
> [b]RTFM AGAIN and AGAIN[/b]



Thank you very much everything fixed smiling smiley

Sorry, only registered users may post in this forum.