Trying to enable mod_rewrite in Apache 2? Check these things. In your httpd.conf file (probably in/etc/httpd/conf/), search for the line: LoadModule rewrite_module modules/mod_rewrite.so Ensure there is no pound sign (#) in front of this line. Search for AllowOverride and ensure it is set to All. Search for AccessFileName. If you do not find a line […]
Replacing Text in a MySQL Table
After exporting/importing my WordPress tables today I found that many of my posts contained a weird character strewn about. That character was the character ‘Â’. A number of ideas how to remove this came to mind…I could try to find the problem in the original SQL, but I have had additional comments since the import […]