hi everybody, i want to send some parameter (values) from htaccess file to php is there any possibility i'm eager to know this pls help me regards,
Something like this? RewriteEngine On RewriteBase / RewriteRule .* index.php?var=value What sort of values are you trying to pass? Static values? Server variables?