Note that there are some explanatory texts on larger screens.

plurals
  1. PODynamic Website while still being SEO compatible
    primarykey
    data
    text
    <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://stackoverflow.com/questions/3033407/htacces-to-create-friendly-urls-help-needed">.htacces to create friendly URLs. Help needed</a> </p> </blockquote> <p>I would like to have create a website, which loads up content from a MySQL database via PHP, while still being optimized for search engines.</p> <p>I have considered a few approaches and was looking for some advice on which way would the best.</p> <p>Users on my website would fill out a form and submit it, which gets saved in the SQL database. I would like to have it so that each new page could be accessed like this:</p> <ul> <li>domain.com/plugins/<strong>whatever</strong></li> <li>domain.com/plugins/<strong>anotherpagename</strong></li> </ul> <p>Some approaches: 1. A script generates a static HTML page in the plugins folder when the form is submitted. When the page is edited (there will be a edit button), the HTML page gets overwritten with the updated information.</p> <ol start="2"> <li>domain.com/plugins/<strong>whatever</strong> and domain.com/plugins/<strong>anotherpagename</strong> would all redirect to a PHP script. </li> </ol> <p>However, I do not know how to create a .htaccess which would allow the PHP script to get the page name so that it can search the SQL database and bring up the correct information.</p> <p>I am also unsure about how search engines would treat these pages?</p> <ol start="3"> <li>Maybe someone else can come up with an even better approach for this? </li> </ol> <p>Thank you in advance for your help.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload