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

Rewrite Engine .htaccess Mime Type Error

I have a script that make search and I want the results also be accessible with query mysite.com/se… Read more Rewrite Engine .htaccess Mime Type Error

.htaccess Condition - Action Dependent On Filetype

What I have is a rule: RewriteCond %{REQUEST_FILENAME}.php !abc.php RewriteRule ^(.*)$ some.php [… Read more .htaccess Condition - Action Dependent On Filetype

Https To Http Htaccess Redirect For Home Page Only

I need help being able to redirect the home page of a website I'm building from HTTPS to HTTP. … Read more Https To Http Htaccess Redirect For Home Page Only

Htaccess - Rewrite Only Inside Folder

I hava a folder - careers - and i want to do the rewrite only for the files of that folder, for exa… Read more Htaccess - Rewrite Only Inside Folder

Seo Friendly Url Using Php

I am trying to make SEO friendly website using php... In folder jcheck i have a index.php file whic… Read more Seo Friendly Url Using Php

Remove .html From Url In Apache2

I am trying to remove .html so the site is www.example.com/login login.html is located in /var/www… Read more Remove .html From Url In Apache2

.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

Use Global Variables To Dynamically Change Url

So this is going to be really hard to explain, I have an A folder and I have a B folder. I am using… Read more Use Global Variables To Dynamically Change Url

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

How To Prevent Access Of Admin Pages By Knowing The Admin Page Url?

If someone knows my url of the admin page such as www.example.com/admin.php, then they will easily … Read more How To Prevent Access Of Admin Pages By Knowing The Admin Page Url?

Htaccess Mobile Redirect For Specific Url

I have a created a duplicate m.website.com that have mobile friendly contents in them. However ther… Read more Htaccess Mobile Redirect For Specific 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

How To Redirect Multiple Similar Urls With One Query?

I currently have lots of URLs that look like this: http://www.domain.com/classes-dallas-tx.html I n… Read more How To Redirect Multiple Similar Urls With One Query?

Http-equiv="x-ua-compatible" Content="ie=edge,chrome=1" ... Putting This In .htaccess?

I downloaded html5 boilerplate and it wouldnt validate with this in the header. I was told I can … Read more Http-equiv="x-ua-compatible" Content="ie=edge,chrome=1" ... Putting This In .htaccess?

Deny Direct Access But Allow Regular Html

I have the follow .htaccess inside upload directory: order allow,deny deny from all I want to allo… Read more Deny Direct Access But Allow Regular Html

How To Redirect Multiple Similar URLs With One Query?

I currently have lots of URLs that look like this: http://www.domain.com/classes-dallas-tx.html I n… Read more How To Redirect Multiple Similar URLs With One Query?