Current Page: 1 of 1
Results 1 - 6 of 6
18 years ago
Psychopsia
To enable Rewritemod on the icon tray just go to "Apache modules" > "rewrite_module". > RewriteRule ^index\.php$ super.html Here you are telling to apache that when someone types www.example.com/index.php do a internal redirect to example.com/super.html So, maybe you want to do the inverse, when someone types example.com/super.html go to www.example.com/index.ph
Forum: WampServer English
18 years ago
Psychopsia
Hi Hatem! Try enabling the MySQL extension in 'PHP settings' > 'PHP extensions' > php_mysql. But it should be done when you installed wamp, try it.
Forum: WampServer English
18 years ago
Psychopsia
Hi! Try: AllowOverride All Hope this helps!
Forum: WampServer English
18 years ago
Psychopsia
Yes, are the correct files. This error happened all the week, and after restart the computer too many times.
Forum: WampServer English
18 years ago
Psychopsia
Hi CyberSpatium! Before posting the topic I changed the config files: httpd.conf: # Timeout: The number of seconds before receives and sends time out. Timeout 30000 php.ini: max_execution_time = 30000 max_input_time = 30000 memory_limit = 250M post_max_size = 250M upload_max_filesize = 250M But in phpinfo() the _SERVER['HTTP_KEEP_ALIVE '] still has the value 300. The error in phpMyAdmin is
Forum: WampServer English
18 years ago
Psychopsia
Hi everyone! I have a problem with Apache, I'm trying to import a MySQL database of 80 MB to my localhost, but gave me the timeout error. So, I changed all timeout related values in httpd.conf and php.ini to a higher values, but the error remains. I think is happening because HTTP_KEEP_ALIVE value is 300, after a long search in Apache site and Google, I can't find any useful information. So,
Forum: WampServer English
Current Page: 1 of 1