|
![]() |
#1 |
Registered User
Join Date: Nov 2017
Posts: 253
|
RewriteCond %{REQUEST_URI} This identifies the URL request submitted in the browser. The regular expression identifies the unique portion of the URL request with the expression ^/querypage\.php$. The ^ (carat) indicates the start and the $ indicates the end of the portion of the URL being identified. The "" is used in front of any periods within the URL. Note that this condition is case sensitive. To make it case insensitive you would add the flag [NC] at the end of the statement.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. / To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. / To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. / To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. / To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What are the best sites to learn design ? | ORLOVA | Programming General | 2 | 04-16-2019 05:41 AM |
which programming languages is easy to learn | chelsea77 | Programming General | 35 | 02-13-2015 04:58 AM |
What is your idea about URL redirection? | maxxbaer21 | Search Engine Optimization | 9 | 11-17-2014 05:01 AM |
The best source of learn PHP easily at home. | chikkiarora | Programming General | 11 | 02-10-2013 02:18 AM |
301 Redirection | davikerkrish | Search Engine Optimization | 5 | 12-05-2012 06:26 AM |