Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのURLを持っていますexample.com/photo?people
example.com/photo?people
このURLを次の形式に書き直したい:example.com/photo/people
example.com/photo/people
出来ますか ?
RewriteEngine On RewriteBase / RewriteRule ^photo/(\w+)$ /photo?$1
I have been developing a web application which has many documents (.pdf format) which must be embedded on the site. After doing a little research, there seem to