Current Page: 1 of 1
Results 1 - 14 of 14
14 years ago
costamatrix
Hi, i have created a custon 404 page..its is called /404.php my .htaccess file: │RewriteEngine On │RewriteRule ^(.*)\/(.*)\/(.*)?$ /$1.htm │ │ErrorDocument 404 /404.php │ when i retrieve a page that does not exist, a normal 404 error is showed...but if i change the .htacces to: │RewriteEngine On │RewriteRule ^(.*)\/(.*)\/(.*)?$ /$1.htm │ │ErrorDocument 404 /404.htm │ and
Forum: WampServer English
15 years ago
costamatrix
ive got it!!! IT WORKS!!!! I FORGOT TO REMOVE C:\PROGRAM FILES\PHP\PHP.INI! THANKS
Forum: WampServer English
15 years ago
costamatrix
hi...i removed wamp, delete the directories, and reinstall wamp... the problem continues...phpinfo shows: Configuration File (php.ini) Path : C:\Windows Loaded Configuration File: C:\Program Files\PHP\php.ini where this information is stored?
Forum: WampServer English
15 years ago
costamatrix
ive noted something.... on phpinfo()... there is something strange on two sections: Configuration File (php.ini) Path : C:\Windows Loaded Configuration File: C:\Program Files\PHP\php.ini its wrong!!!! it appears to be the path of tha old instalation of apache and php in my machine.... how to correct this?
Forum: WampServer English
15 years ago
costamatrix
my icon is completely white now let me tell you something...i tried a lot to get php/mysql working on my IIS7, but i removed php and mysql and try WAMP... here my php.ini: ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; This file controls many aspects of PHP's behavior. In order for PHP to ; read it, it must be named 'php.ini'. PHP looks for it in the current ; w
Forum: WampServer English
15 years ago
costamatrix
PHP Logo PHP Version 5.2.6 System Windows NT RODNOTE 6.0 build 6000 Build Date May 2 2008 18:01:20 Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" "--with-extra-includes=C:\Program Files (x86)\Microsoft SDK\Include;C:\PROGRA~2\MICROS~2\VC98\ATL\INCLUDE;C:\PROGRA~2\MICROS~2\VC98\INCLUDE;C:\PROGRA~2\MICROS~2\VC98\MFC\INCL
Forum: WampServer English
15 years ago
costamatrix
lol.... thanks..but both are clicked..... what next?
Forum: WampServer English
15 years ago
costamatrix
when i right click my wamp icon, the only options i have are: About Refresh Help Language Exit what can i do?
Forum: WampServer English
15 years ago
costamatrix
ok steven ive changed the httpd.ini to use c:\wamp\www again (original setting), and create an index.php with your code.... when i request it by browser, i got a blank page, and in the apacheerror.log: Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations Server built: Jan 18 2008 00:37:19 Parent: Created child process 5824 Child 5824: Child process is running
Forum: WampServer English
15 years ago
costamatrix
Steven, the avariables are: localhost:3306 root '' but if the problem were user credentials i would receive an error "wrong user" or something... the error is: i cant recognise mysql... "Call to undefined function mysql_pconnect() " dont you agree? the white icon with a black lock inside has some to do with it?
Forum: WampServer English
15 years ago
costamatrix
my icon is white with a little black lock inside... and when i stop my mouse over it i got the message "WAMPSERVER - server offline" ..but i checked in my services lists and both wampapache and wampmysqld are started, and apache is responding.... the only thing i have to change after my install, was the port apache will listen to,,,i change from 80 to 8080.... the file adodb-mys
Forum: WampServer English
15 years ago
costamatrix
my friend, thanks for your reply... but no, what i did is, change the documentRoot on the apache configuration, because in my machine i have several websites projects, and i want to test this particular one. and, this file adodb-mysql.inc.php is an opensource file that handle mysql operations... and the first reference to mysql occurs in this file, where the error also occurs... Can you un
Forum: WampServer English
15 years ago
costamatrix
Steven ...i do has another copy of mysql, but before install wamp i got it removed.... i do you think i have another mysql server installed? i have only mysql administrator and mysql query....
Forum: WampServer English
15 years ago
costamatrix
H ive just installed WAMP on my vista premium machine. Apache works ok (on port 8080), PHP works fine (phpinfo()) ... but when i try to use mysql (through adodb.php) i got the error ( on apache_error.log): PHP Fatal error: Call to undefined function mysql_pconnect() in C:\\projetos\\xxx\\wwwroot\\_admin\\_includes\\adodb\\drivers\\adodb-mysql.inc.php on line 382 i can connect to my
Forum: WampServer English
Current Page: 1 of 1