Recent content by shulk101

  1. S

    403 Forbidden on submission of PHP form

    Any updates?
  2. S

    403 Forbidden on submission of PHP form

    So what would you recommend I do? The permissions have always been set at 755 for the folder and 644 for the files, and still are now. And the reason I have 58 different pages is so each one edits a different table in the database, although I suppose I could find another method of doing so if...
  3. S

    403 Forbidden on submission of PHP form

    I tried changing the permissions on the folder to 777 and the file itself to 0666 (although the other files have the default permissions and still work fine), but I still get the following error: Forbidden You don't have permission to access /acp/matchup/ryu.php on this server. Additionally, a...
  4. S

    403 Forbidden on submission of PHP form

    Hello, I'm currently in the process of making my own CMS website for a community. One (well, technically 58, but they all use the same code but with different variables for the database) of the pages submits information to a database using a textarea with an HTML WYSIWYG editor (SCEditor). Up...
  5. S

    Cache Images to Improve Loading Time via .htaccess?

    Hi, I was wondering how I could go about caching all my jpg/jpeg/png images to the browser so they don't have to load every time I go to another page. The images cache when I upload them to a file hosting site (servimg), but not when I upload them to my "images" directory. Is there any way I can...
  6. S

    Change over from subdomain to purchased domain?

    Hello, after recently purchasing a domain name for my site, I've switched over from my .x10.mx domain to my .com via Addon Domains. However, since then I've tried setting up Google Adsense. I've had my account approved, but when I tried to install an ad on index.php, it would not display. After...
Top