Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~404 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for garromark

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 …

Member Avatar for maxterner
0
308
Member Avatar for rskoora

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 …

Member Avatar for garromark
0
96

The End.