The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Getting htaccess to work on localhost
I cant seem to get it working.
I am using wamp ( wampserver.com ). I placed a .htaccess file in my www directory with certain mod_rewrite rules, but it never seems to work. Quote:
Is there some config I have to do first, and if so, what ? |
#2
|
||||
|
||||
What's in error_log?
|
#3
|
||||
|
||||
What ( or where ) is the error log ?
Sorry new to this However I got it to work by editting the httpd.conf file Uncommented the following lines : LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c I am trying to code my hack with mod_rewrite implemented. As such, is there a way to 'tell' if your server ( say a person who wants to install my hack ) has this capability ( mod_rewrite ) ? |
#4
|
||||
|
||||
error_log (at least this is the default filename) is apaches error logfile.
It's in the logs directory for apache. But where this is on your system? That's one thing you must know as it is your system To check for mod_rewrite: PHP Code:
But this does not necessarily mean that it is being used. |
#5
|
||||
|
||||
Ah i found it ( apache folder/logs )
Quote:
Thanks for the check Kirby, would be useful for those installing the hack to check if mod_rewrite is allowed before installing. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|