When i put on Url Rewrite to be friendly with search engine look what it show Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, cpbackup@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Is there a way i could repair??plz help
Can you post/pm the Error Log from your Control Panel? It would contain more details about the problem.
ur server must have "Mod_rewrite" enabled. and then put a .Htaccess file in ur root dir. and chmod it 777. Try thne using search engine friendly Url option, might help you.
I had the exact same issue yesterday - using phpLD 3.3 - the solution was adding this to the htaccess: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [QSA,L] Code (markup): Not sure why this fixed it - I found it on another forum and decided I'd give it a go, rather than paying the version 3+ hidden support fees
Oh thz ill try RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [QSA,L] Code (markup): But how do i enabled mod_rewrite and my host is 000webhost(dot)com
No, we shouldn't have to - but phpLD expect you to do so. Another reason why I personally prefer phpLynx - because the support is 100% free and done professionally - if you can't follow their support instructions, they'll fix it for you, completely free of charge. There's been numerous posts about phpLD's hidden costs - so expect the little boys and girls to give you red rep for speaking out against it