Microsoft
Software
Hardware
Network
Question : rewrite rule
we have a rewrite rule:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([-a-zA-Z-0-9]+)/([-a-zA-
Z-0-9]+)/(
[-a-zA-Z-0
-9]+).([-a
-zA-Z-0-9]
+)$ showfinal.php?brand=$1&app
=$2&m=$3&s
=$4 [L]
having this rule in mind how would we make a rule for something like
Gibson/Cook-Top/sitemap.xm
l
to go to /sitemap.xml
basically we want a rule where no matter what is in the query string if we have sitemap.xml at the end it'll go to /sitemap.xml
Answer : rewrite rule
ok this issue was resolved in my other posted questions at
http://www.experts-exchang
e.com/Soft
ware/Serve
r_Software
/
Web_Serve
rs/Apache/
Q_26288513
.html#a330
81856
Random Solutions
Access 2010 Date Formatting
How do I install a stand-alone network printer?
Firefox Bookmark search for Folder Name
company.com and
www.company.com
tips for wireless surveillance system for ghost hunting
Copy & paste document in a view
How can I have multiple buttons in HTML that POST to PHP?
Hide/show button depending of if textbox has text or not with jQuery?
SQL 2005 Standard Log Shipping - Backups
In an SQL Server Stored Procedure, how do I declare a cursor using a Where clause passed in as a parameter?