Skip to content Skip to sidebar Skip to footer
Showing posts with the label .htaccess

Css Not Loading On Mobile Browsers

I had a website hacked a while back and I've been cleaning out the server, changing / updating … Read more Css Not Loading On Mobile Browsers

.htaccess Redirect All Extension To Php

I recently updated my .htaccess file to hide the .php extension of the urls. It works nice, when I … Read more .htaccess Redirect All Extension To Php

Get Data From Within Url

On my website, say test.com, if someone visits test.com/hello I want it to redirect to test.com and… Read more Get Data From Within Url

Prevent Direct Access To Php Script But Allow From Index.html

I have a simple contact form where users input their data and the form sends it to 'mail.php… Read more Prevent Direct Access To Php Script But Allow From Index.html

Replace Space With Dash (-) In Url Only

Is it possible to change the space in the url to a dash (-) without changing it in the code? The UR… Read more Replace Space With Dash (-) In Url Only

Rewriteengine In .htaccess To Catch Files Not Ending In Html

I'd like to use mod rewrite in to convert web page addresses like /directory to /directory/inde… Read more Rewriteengine In .htaccess To Catch Files Not Ending In Html