laukstein/ajax-seo/master/.htaccess - Htaccess File

laukstein/ajax-seo/master/.htaccess

# # Custom error pages
# ErrorDocument 403 /?url=error

<IfModule rewrite_module>
    # URL rewrite and secure directory /~config and /content
    RewriteRule ^api(?:/(.*)|$)$ index.php?api&url=$1 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f [OR]
    RewriteCond %{REQUEST_URI} ^/(~config|content)($|/)
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache