-
Replied To a Post in using windows for 5 years
thanks for all who replied. ill keep in mind all what you guys just said. thank you -
Replied To a Post in using windows for 5 years
thanks for the reply sir. that surely clears my mind. thanks for the enlightenment -
Edited using windows for 5 years
hello people daniweb....just want to ask honest oppinions from you guys, because this has been bugging me for years. I've been a PHP developer for 5 year using windows. So … -
Edited using windows for 5 years
hello people daniweb....just want to ask honest oppinions from you guys, because this has been bugging me for years. I've been a PHP developer for 5 year using windows. So … -
Created using windows for 5 years
hello people daniweb....just want to ask honest oppinions from you guys, because this has been bugging me for years. I've been a PHP developer for 5 year using windows. So … -
Replied To a Post in how to remove .php and add a trailing slash(/) at the end using htaccess
aw thanks for the reply im gonna reserve your solution. because my htaccess code works but i edited the last part RewriteRule (.*)$ /$1/ [R=301,L] to RewriteRule (.*)$ /$1/ [NC,P] -
Created how to remove .php and add a trailing slash(/) at the end using htaccess
i had an htaccess for that, but the problem is... it doesn't read $_POST variables RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^/]+)/$ $1.php RewriteRule ^([^/]+)/([^/]+)/$ /$1/$2.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond … -
Created httaccess mod_rewrite
hello im a little new to htaccess specially mod_rewrite, i know mod_rewrite allows us to rewrite request. Can anyone write me the exact code how to rewrite my path to …
The End.