6 Topics

Member Avatar for
Member Avatar for tiredoy

These days, I am busying in building up LAMP environment on CentOS 6.5 While installing phpMyAdmin,problems occur. By convension, I download phpMyAdmin zipped files,and then unzip it to /usr/share/phpMyAdmin. in the folder /etc/httpd/conf.d, I create a new file named phpmyadmin.conf. and add the follow content to it. Alias /phpmyadmin /usr/share/phpMyAdmin …

Member Avatar for matrixdevuk
0
264
Member Avatar for Joe2

I have just tried to access http://blog.seorevolution.com/2013/01/24/5133/ and get the following: Forbidden You don't have permission to access /2013/01/24/5133/ on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.5 Perl/v5.8.8 Server at …

Member Avatar for BigPaw
0
211
Member Avatar for neartoyou

When the PHP file got a data that has '> <' or 'http://' **with GET Methode**, it's going to Forbidden Page. example: * mysite.com/folder/chat.php?text='> <' or * mysite.com/folder/chat.php?text='http://www.site.com' This is the result : [ **Forbidden** You don't have permission to access /folder/chat.php on this server. Additionally, a 404 Not Found …

Member Avatar for almostbob
0
228
Member Avatar for Octet

Ok, so I have just set up a server using Ubuntu Server 12.04 but I have hit a bit of a brick wall when attempting to view webpages. I chown'ed the /var/www folder so I could add my files to it and all is working fine from this front but …

Member Avatar for here2serve
0
356
Member Avatar for Inny

Im getting a 403 forbidden error on my server. Server: MySQL 5.1 phpMyAdmin - 2.11.9.2 On my root directory I have a subfolder '/classifieds' During work using filezilla, I somehow moved the folder into another subfolder. I deleted it from that subfolder and reuploaded to the root directory. Now I …

Member Avatar for rch1231
0
254
Member Avatar for klemme

I was adding a link to make it poosible to delete a page on a site, which is not yet published. the link looks like this, with the processing below it: [CODE] <?php // The Link echo '<a href=\"process_delete_page.php?pid=' . $id . '">Slet siden her!</a>'; // Processing the request $id …

Member Avatar for klemme
0
220

The End.