by Nathan Martin | May 18, 2018 | Tutorials
In your .htaccess file, add the following code: [sourcecode lang=”plain”] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) index.php [L] [/sourcecode] Now create an index.php with the following script: [php] //FUNCTION FOR GETTING PAGE function...
by Nathan Martin | May 18, 2018 | HTACCESS, Tutorials
Create a file in the directory of your website called .htaccess if the file exists simply open it up and add the following code to the bottom of the file, creating a couple spaced from existing code using the enter key. [sourcecode lang=”plain”...
Recent Comments