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
~223 People Reached
Favorite Forums
Favorite Tags
Member Avatar for md.farhad

DirectoryIndex index.php Options All -Indexes ErrorDocument 403 http://www.domain.com/forbidden ErrorDocument 404 http://www.domain.com/error <Files .htaccess> Order Allow,Deny Deny from all </Files> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] This is my .htaccess document. I am having problem thats called HTTP Error 500 (Internal Server Error). When i …

Member Avatar for pritaeas
0
126
Member Avatar for md.farhad

RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] This works when i am typing in the url like www.anything.com/home, but when i click one of the link of the webpage i created, it shows the .php extension. Please Help!!!

Member Avatar for md.farhad
0
97