Recent content by nicklong9836

  1. N

    Decompress .zip files

    I am trying to write a CMS where the user can upload a template or a module in a .zip file and have it extract all files and directories in the .zip files to templates(or modules)/template(or module)_name/ I used to use the ZipArchive class, but it turns out that module is not installed. I am...
  2. N

    .htaccess file not working

    Alright, I fixed it myself. What I did was I added a / in front of the index.php and everything worked perfectly
  3. N

    .htaccess file not working

    I am trying to create a .htaccess file that will make my CMS simpler. Basically it will redirect page.com/blog to page.com/index.php?page=blog http://ravvel.x10.mx/blog is an example. Here is my .htaccess file RewriteEngine On # turns on the rewrite engine RewriteRule...
Top