No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hello, My problem stems from reading an image from the local disk and displaying it. There's a middle step of storing it in a database, but I simplified the problem into this test script that replicates the error: The image "http://example.com/test.php" cannot be displayed, because it contains errors. test.php looks … | |
Re: Make sure you have mod_rewrite enabled in apache and AllowOverride All for the directory in question in your apache configuration file (e.g., /etc/httpd/conf/httpd.conf. Create a file called .htaccess in your webroot and add the following lines: RewriteEngine on RewriteRule ^auto/controller/user auto/user A guide on how to use .htaccess files can … |
The End.