when i am includeing htaccess file in my project, it gives an error.
i am using php and mysql.
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
Rewritebase /xyz/
# For UI Start
### For Index page
RewriteRule ^index$ index.php [NC,L]
RewriteRule ^index/$ index.php [NC,L]
This is my htaccess file code.
i am working with WAMP.
it gives an error Internal Server Error.
Thanks
The best thing to do would be to look into the error log file, but I assume you have no access to that.
First of all then, make sure
mod_rewriteis installed on the server.Try putting only
into the htaccess file. If that fails with a 500,
mod_rewriteis turned off and you need to talk to your provider.