Tag Archive | "htaccess"

How To Redirect or Disable BBPress Registration Page

Thursday, January 6, 2011

1 Comment

BBPress is a great forum software that integrates nicely with WordPress. The problem is, it’s not as full-featured as the other forum software available. One of my gripes is the inability to change certain options. For instance, if you’ve integrated BBPress with your WordPress blog, then you want to redirect or disable the default BBPress [...]

Continue reading...

Simple Way to Relay or Pass POST Data From A Page to Another Without .htaccess, Even Cross-Domain

Tuesday, August 25, 2009

0 Comments

So I had a page which I absolutely could not change or rename. The challenge was, this page would normally receive POST data, and I had to pass or relay this POST data to another page, which resided on another domain. I tried .htaccess, but that didn’t work, so I figured that I had to [...]

Continue reading...

How To Create And Use .htaccess Files For Apache Web Server in Microsoft Windows

Wednesday, August 12, 2009

0 Comments

Windows doesn’t support .htaccess files because of the naming convention. To Windows,.htaccess essentially is a nameless file, with a .htaccess file extension, similar in concept to having a file named .jpg. So you can see why file editors would complain if you try to save a file named .htaccess. You can workaround this by 2 [...]

Continue reading...

Edit .htaccess to increase PHP’s max file upload

Tuesday, April 8, 2008

9 Comments

To increase the upload file size limit on your website, you need to edit PHP’s configuration settings. Unfortunately, not everyone has their own web server, so most of the time people are constrained by the limits of shared hosting. But you can still modify your base php.ini file by creating your own php.ini with the [...]

Continue reading...