Quote:
Originally Posted by WEBDosser
Try this:
Create a file called php.ini and include this in it.
upload_max_filesize = "15M"
post_max_size = "15M"
Then save it in the same location as your .htaccess file.
|
I already did this and my admin page shows the results exactly. but my question is does adding the php.ini in same location of .htaccess enough for my fourm work well?
According to the webhost that any PHP files in subfolders will not recognize the changes I have made in the main folder.
this sentence made me confuse and ask where is the right location.